llvm-project/compiler-rt/lib
Saleem Abdulrasool a7452e434b builtins: avoid duplicating unwind declarations
Use unwind.h to get the declarations for unwinding interfaces.  This header is
already provided by clang and gcc, so this adds no additional dependencies for
building the builtins library.  It avoids the duplication which may drift over
time though.

llvm-svn: 225990
2015-01-14 15:55:17 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000 2015-01-12 17:38:58 +00:00
builtins builtins: avoid duplicating unwind declarations 2015-01-14 15:55:17 +00:00
dfsan [dfsan] Export dfsan_get_label_info function with C linkage. 2015-01-12 20:40:30 +00:00
interception [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +00:00
lsan [Sanitizer] Change the runtime flag representation. 2015-01-07 00:38:00 +00:00
msan [Msan] Fix strlen() and strnlen() interceptors to work on FreeBSD 2015-01-14 14:59:46 +00:00
profile profile: Add low level versions of profile buffer functions 2014-12-09 22:07:25 +00:00
sanitizer_common [asan] Fix uninit in coverage. 2015-01-12 17:13:20 +00:00
tsan Fix two extra semicolon warnings 2015-01-12 17:03:02 +00:00
ubsan [Sanitizer] Change the runtime flag representation. 2015-01-07 00:38:00 +00:00
CMakeLists.txt [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00