hanchenye-llvm-project/compiler-rt/lib
Reid Kleckner af6b2504f8 profile: Fix the build with gcc 4.9
GCC -pedantic warns that the initialization of Header is not constant:
InstrProfilingFile.c:31:5: error: initializer element is not computable at load time [-Werror]

LLVM defaults to enabling -pedantic.  If this warning is unhelpful, we
can consider revisiting that decision.

llvm-svn: 207784
2014-05-01 18:52:14 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] make AsanCoverage lock-free (and AS-safe) 2014-04-30 10:40:48 +00:00
builtins Move __addsf3 and __adddf3 into the corresponding blocks that define 2014-04-01 18:39:58 +00:00
dfsan The newest versions of CMake require outputs of custom commands be in 2014-04-30 23:31:45 +00:00
interception [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
lsan [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime. 2014-03-31 13:45:36 +00:00
msan [msan] Prettify __msan_print_shadow. 2014-04-30 09:50:30 +00:00
msandr
profile profile: Fix the build with gcc 4.9 2014-05-01 18:52:14 +00:00
sanitizer_common [asan] disable GetKernelStartAddress as it misbehaves in schroot 2014-05-01 16:20:23 +00:00
tsan [sanitizer] Intercept a bunch of stdio calls. 2014-04-25 13:26:21 +00:00
ubsan [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime. 2014-03-31 13:45:36 +00:00
CMakeLists.txt Enable building of sanitizers on FreeBSD 2014-04-09 18:45:12 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00