llvm-project/compiler-rt/lib
Michal Gorny 806b8d56a2 [cmake] Add a separate CMake var to control profile runtime
Make it possible to control building profile runtime separately from
other options. Before r313549, the profile runtime building was
controlled along with sanitizers. However, since that commit it is built
unconditionally which results in multiple builds for people building
different runtimes separately.

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

llvm-svn: 314646
2017-10-02 05:03:55 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [asan] Fix the bug number in the error message. 2017-09-28 18:19:44 +00:00
builtins [builtins] ARM: Revert r314284, r314285 and r314289 2017-09-27 19:06:47 +00:00
cfi CFI: Move STL allocator blacklist to clang 2017-08-04 20:04:01 +00:00
dfsan [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc 2017-07-22 01:46:40 +00:00
esan [esan] Use stack_t instead of struct sigaltstack (PR34011) 2017-08-22 21:54:37 +00:00
fuzzer [libFuzzer] minor refactoring, NFC 2017-09-15 22:10:36 +00:00
interception [Fuchsia] Magenta -> Zircon 2017-09-13 01:18:15 +00:00
lsan [lsan] Add __lsan_default_options 2017-09-22 23:49:49 +00:00
msan [compiler-rt] Cleanup decorators 2017-09-11 20:55:49 +00:00
profile [profile] Update InstrProfData.inc 2017-09-18 23:37:32 +00:00
safestack Enable SafeStack on NetBSD 2017-08-10 18:40:09 +00:00
sanitizer_common Move LoadedModule list to a NoCtor vector and initialize on demand. 2017-09-29 20:55:06 +00:00
scudo [scudo] Scudo thread specific data refactor, part 3 2017-09-26 17:20:02 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan tsan: handle signals in pause call 2017-09-28 07:32:00 +00:00
ubsan [ubsan] Merge ubsan_standalone_cxx shared library. 2017-09-28 00:31:09 +00:00
ubsan_minimal [ubsan-minimal] Make the interface more compatible with RTUBSan 2017-09-19 06:46:36 +00:00
xray [XRay][compiler-rt][NFC] Remove loggingInitialized() convenience function 2017-09-29 04:28:11 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00