hanchenye-llvm-project/compiler-rt/lib
Kuba Mracek 43d287e04e [sanitizer] Track which modules are instrumented in LoadedModule objects
This patch adds tracking which modules are instrumented and which are not. On macOS, instrumented modules link against the ASan/TSan/... dylib, so we can just check if such a load command exists or not.

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

llvm-svn: 291268
2017-01-06 19:34:54 +00:00
..
BlocksRuntime
asan Improved ASAN allocator and quarantine stats. 2017-01-05 22:17:53 +00:00
builtins [builtins] Implement __floattitf() & __floatuntitf() 2017-01-06 18:46:35 +00:00
cfi [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
dfsan [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
esan [esan] Fix ESan test failure on Debian Sid bot 2016-10-07 20:53:35 +00:00
interception [asan] Don't assert that a target is within 2GB on 32-bit Windows 2016-11-15 18:29:17 +00:00
lsan Return memory to OS right after free (not in the async thread). 2016-11-29 00:22:50 +00:00
msan [compiler-rt] Move logic which replace memcpy interceptor with memmove from asan to sanitizer_common. 2016-12-27 21:13:11 +00:00
profile [Profile] Fix value profiler eviction bug 2016-11-29 22:00:54 +00:00
safestack [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
sanitizer_common [sanitizer] Track which modules are instrumented in LoadedModule objects 2017-01-06 19:34:54 +00:00
scudo [cmake] Disable appending -msse4.2 flag implicitly 2017-01-06 08:21:02 +00:00
stats stats: define WIN32_LEAN_AND_MEAN when including windows.h 2016-08-30 20:15:46 +00:00
tsan [tsan] Fix string to bool conversion warnings in tsan tests 2016-12-27 02:05:24 +00:00
ubsan [ubsan] Minimize size of data for type_mismatch (Redo of D19668) 2017-01-06 14:40:28 +00:00
xray [XRay] [compiler-rt] Include argv[0] in the log file name. 2017-01-03 04:35:24 +00:00
CMakeLists.txt build: allow building a specific set of sanitizers 2016-08-19 15:13:21 +00:00