llvm-project/compiler-rt/test
Kostya Kortchinsky 9e917a13fb [scudo] Add a shared runtime
Summary:
Up to now, the Scudo cmake target only provided a static library that had to be
linked to an executable to benefit from the hardened allocator.
This introduces a shared library as well, that can be LD_PRELOAD'ed.

Reviewers: alekseyshl

Reviewed By: alekseyshl

Subscribers: srhines, mgorny, llvm-commits

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

llvm-svn: 316342
2017-10-23 16:27:47 +00:00
..
BlocksRuntime
asan Factor out "stable-runtime" feature and enable it on all android. 2017-10-10 23:37:26 +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] tweam use_feature_frequency to be less aggressive; run a dummy input before the seed corpus 2017-10-13 01:12: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] Add __lsan_default_options 2017-09-22 23:49:49 +00:00
msan Factor out "stable-runtime" feature and enable it on all android. 2017-10-10 23:37:26 +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 Revert "[asan] Deflake one test by running it 3 times." 2017-10-17 19:57:48 +00:00
scudo [scudo] Add a shared runtime 2017-10-23 16:27:47 +00:00
tsan tsan: add tests missed in r316209 2017-10-20 12:10:21 +00:00
ubsan Factor out "stable-runtime" feature and enable it on all android. 2017-10-10 23:37:26 +00:00
ubsan_minimal [ubsan] Support ubsan-minimal tests on Android. 2017-10-11 20:46:13 +00:00
xray Factor out "stable-runtime" feature and enable it on all android. 2017-10-10 23:37:26 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00
lit.common.cfg [cfi] Test cross-dso CFI on Android. 2017-10-16 18:03:11 +00:00
lit.common.configured.in [sanitizer] Move android_commoands from asan into sanitizer_common 2017-09-16 05:13:56 +00:00