llvm-project/compiler-rt/lib
Dmitry Vyukov cc5e40811b tsan: remove TSAN_SHADOW_COUNT
TSAN_SHADOW_COUNT is defined to 4 in all environments.
Other values of TSAN_SHADOW_COUNT were never tested and
were broken by recent changes to shadow mapping.
Remove it as there is no reason to fix nor maintain it.

llvm-svn: 226466
2015-01-19 15:01:07 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [sanitizer] Make unrecognized flags not fatal. 2015-01-19 12:22:57 +00:00
builtins Fix compilation of compiler_rt against libunwind. 2015-01-15 14:27:38 +00:00
dfsan [dfsan] Use append_no_rtti_flag instead of manually specifying -fno-rtti. 2015-01-19 08:26:38 +00:00
interception [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +00:00
lsan [sanitizer] Make unrecognized flags not fatal. 2015-01-19 12:22:57 +00:00
msan [Msan] Intercept stat() and fstatat() on FreeBSD 2015-01-19 13:22:33 +00:00
profile InstrProf: Optionally print an error when emitting profile data fails 2015-01-16 20:10:56 +00:00
sanitizer_common [Sanitizers] Intercept statvfs() on FreeBSD 2015-01-19 13:26:25 +00:00
tsan tsan: remove TSAN_SHADOW_COUNT 2015-01-19 15:01:07 +00:00
ubsan [sanitizer] Flag parser rewrite. 2015-01-15 15:13:43 +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