llvm-project/compiler-rt/lib
Evgeniy Stepanov 50bef914a6 [asan] Override default sigaltstack setting on Android.
Android libc always sets altstack on non-main threads, but it is too small for
our unwinder. With use_sigaltstack=1, override this setting with a larger one.

llvm-svn: 201557
2014-02-18 11:14:30 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
builtins [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
dfsan [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
interception [CMake] Simplify setting compile flag disabling RTTI 2014-02-18 07:52:40 +00:00
lsan [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
msan [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
sanitizer_common [asan] Override default sigaltstack setting on Android. 2014-02-18 11:14:30 +00:00
tsan [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
ubsan [CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. 2014-02-18 09:33:45 +00:00
CMakeLists.txt [CMake] Simplify code for detecting/setting compiler flags 2014-02-18 07:26:58 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00