llvm-project/compiler-rt/lib
Petr Hosek a7a9ca4ad1 Support libc++abi in addition to libstdc++
This change adds sanitizer support for LLVM's libunwind and libc++abi
as an alternative to libstdc++. This allows using the in tree version
of libunwind and libc++abi which is useful when building a toolchain
for different target.

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

llvm-svn: 309362
2017-07-28 03:39:39 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan Support libc++abi in addition to libstdc++ 2017-07-28 03:39:39 +00:00
builtins [mips] Switch asm to __asm__ for non-GNU compiles. 2017-07-24 20:25:08 +00:00
cfi CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace(). 2017-05-05 18:46:14 +00:00
dfsan [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc 2017-07-22 01:46:40 +00:00
esan Refactor MemoryMappingLayout::Next to use a single struct instead of output parameters. NFC. 2017-07-11 18:54:00 +00:00
interception [sanitizers] Sanitizer tests CMake clean up: try #2 2017-07-28 00:50:56 +00:00
lsan Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
msan [Sanitizers] ASan/MSan/LSan allocators set errno on failure. 2017-07-18 19:11:04 +00:00
profile [profile] Move __llvm_profile_filename into a separate object 2017-06-29 17:42:24 +00:00
safestack [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
sanitizer_common [sanitizers] Sanitizer tests CMake clean up: try #2 2017-07-28 00:50:56 +00:00
scudo [scudo] Check for pvalloc overflow 2017-07-25 21:18:02 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan Support libc++abi in addition to libstdc++ 2017-07-28 03:39:39 +00:00
ubsan Support libc++abi in addition to libstdc++ 2017-07-28 03:39:39 +00:00
xray [XRay][compiler-rt][NFC] Add example always/never instrument files. 2017-06-28 04:44:36 +00:00
CMakeLists.txt Don't build tsan/dd when COMPILER_RT_HAS_TSAN is false 2017-06-27 21:10:46 +00:00