llvm-project/compiler-rt/test
Walter Lee 52b2bd7845 [asan] Add CMake hook to override shadow scale in compiler_rt
Allow user to override shadow scale in compiler_rt by passing
-DCOMPILER_RT_ASAN_SHADOW_SCALE=n to CMake.  Propagate the override
shadow scale value via a compiler define to compiler-rt and asan
tests.  Tests will use the define to partially disable unsupported
tests.  Set "-mllvm -asan-mapping-scale=<n>" for compiler_rt tests.

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

llvm-svn: 318038
2017-11-13 14:02:27 +00:00
..
BlocksRuntime
asan Revert new ThinLTO ASAN test until lit support added 2017-11-09 19:26:54 +00:00
builtins [builtins] Remove one more missed not-android 2017-09-16 03:47:19 +00:00
cfi [cfi] Test cross-dso CFI on Android. 2017-10-16 18:03:11 +00:00
dfsan [mips] XFAIL dfsan's custom.cc test on mips64. 2017-05-09 19:17:16 +00:00
esan [tsan] Update unittest for logging changes of r308637 2017-07-20 20:06:00 +00:00
fuzzer [libFuzzer] trying to make sigusr tests more reliable 2017-11-10 00:26:23 +00:00
interception Revert "[interception] Check for export table's size before referring to its elements." 2017-01-22 03:30:14 +00:00
lsan [LSan] Disable a couple of failing tests on PPC64 (pending investigation). 2017-10-27 00:29:40 +00:00
msan [msan] Intercept __strxfrm_l. 2017-10-25 21:40:17 +00:00
profile Disable profile tests on Android. 2017-10-11 21:22:32 +00:00
safestack Factor out "stable-runtime" feature and enable it on all android. 2017-10-10 23:37:26 +00:00
sanitizer_common [sanitizer] Simplify stack check in accert.cc 2017-11-12 21:15:19 +00:00
scudo [scudo] Fix standlone build -lrt requirement 2017-11-01 17:00:26 +00:00
tsan Correct atexit(3) support in TSan/NetBSD 2017-11-08 22:34:17 +00:00
ubsan sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does not work. 2017-11-10 22:09:37 +00:00
ubsan_minimal [ubsan] Support ubsan-minimal tests on Android. 2017-10-11 20:46:13 +00:00
xray Revert "[XRay][darwin] Initial XRay in Darwin Support" 2017-11-10 07:00:55 +00:00
CMakeLists.txt Allow compiler-rt test targets to work with multi-config CMake generators 2017-11-13 12:57:54 +00:00
lit.common.cfg [asan] Add CMake hook to override shadow scale in compiler_rt 2017-11-13 14:02:27 +00:00
lit.common.configured.in [asan] Add CMake hook to override shadow scale in compiler_rt 2017-11-13 14:02:27 +00:00