llvm-project/compiler-rt/lib
Kostya Kortchinsky 9336ab6996 [sanitizer] Split stacktrace/symbolizer: Windows unwind
Summary:
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.

Reviewers: alekseyshl, rnk

Reviewed By: alekseyshl, rnk

Subscribers: delcypher, #sanitizers, kubamracek, mgorny, llvm-commits

Differential Revision: https://reviews.llvm.org/D44799

llvm-svn: 329204
2018-04-04 15:23:30 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ing 2018-03-28 18:22:40 +00:00
builtins [PATCH] [compiler-rt, RISCV] Support builtins for RISC-V 2018-03-01 07:47:27 +00:00
cfi [sanitizer] Split coverage into separate RT in sanitizer_common 2018-03-22 15:04:31 +00:00
dfsan Reland "Install resource files into a share/ directory" 2018-01-14 03:43:14 +00:00
esan [sanitizer] Move mmap interceptors into sanitizer_common 2018-03-07 00:13:54 +00:00
fuzzer Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219" 2018-03-20 01:17:18 +00:00
hwasan Remove duplicated const qualifier. 2018-03-24 00:40:51 +00:00
interception OpenBSD Ubsan support / interception 2018-03-02 07:32:30 +00:00
lsan [sanitizer] Split coverage into separate RT in sanitizer_common 2018-03-22 15:04:31 +00:00
msan [sanitizer] Split coverage into separate RT in sanitizer_common 2018-03-22 15:04:31 +00:00
profile [profile] Fix value profile runtime merging issues 2018-04-02 16:57:00 +00:00
safestack Enable SafeStack on NetBSD 2017-08-10 18:40:09 +00:00
sanitizer_common [sanitizer] Split stacktrace/symbolizer: Windows unwind 2018-04-04 15:23:30 +00:00
scudo [scudo] Fuchsia minimal shared runtime 2018-03-27 14:40:39 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan [sanitizer] Remove empty Symbolizer PrepareForSandboxing 2018-04-03 18:07:22 +00:00
ubsan [sanitizer] Split coverage into separate RT in sanitizer_common 2018-03-22 15:04:31 +00:00
ubsan_minimal [ubsan-minimal] Fix the ubsan_minimal debug build (COMPILER_RT_DEBUG=1) on macOS. 2018-02-24 13:14:44 +00:00
xray [XRay][compiler-rt] Build XRay runtime for OpenBSD 2018-04-04 13:04:15 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00