[PATCH] D44799: [sanitizer] Split stacktrace/symbolizer: Windows unwind

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 12:14:03 PDT 2018


cryptoad created this revision.
cryptoad added reviewers: alekseyshl, rnk.
Herald added subscribers: mgorny, kubamracek.

The purpose of this set of changes is to separate stackframe/symbolizer support into their own RT within sanitizer_common.
Sanitizers with no use for those could then be built without the extraneous dependencies pulled in by the default visibility interface functions.
I am aiming to do small changes for specific platforms.

In this one, we split the unwind functions from sanitizer_win.cc into their own sanitizer_unwind_win.cc.


https://reviews.llvm.org/D44799

Files:
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_unwind_win.cc
  lib/sanitizer_common/sanitizer_win.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44799.139482.patch
Type: text/x-patch
Size: 5999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180322/a54614be/attachment.bin>


More information about the llvm-commits mailing list