llvm-project/compiler-rt/test
Evgeniy Stepanov d8cc7f9f07 [hwasan] Provide __sanitizer_* aliases to allocator functions.
Summary:
Export __sanitizer_malloc, etc as aliases to malloc, etc.
This way users can wrap sanitizer malloc, even in fully static binaries.

Both jemalloc and tcmalloc provide similar aliases (je_* and tc_*).

Reviewers: vitalybuka, kcc

Subscribers: llvm-commits, kubamracek

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

llvm-svn: 339614
2018-08-13 21:07:27 +00:00
..
BlocksRuntime
asan [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
builtins Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
cfi [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
dfsan Add weak definitions of trace-cmp hooks to dfsan 2018-06-01 21:59:25 +00:00
esan [tsan] Update unittest for logging changes of r308637 2017-07-20 20:06:00 +00:00
fuzzer [libFuzzer] Increase the iteration limit in shrink.test 2018-08-09 00:41:22 +00:00
hwasan [hwasan] Provide __sanitizer_* aliases to allocator functions. 2018-08-13 21:07:27 +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 [Sanitizers] Move allocator_returns_null.cc test to common. 2018-06-11 19:45:59 +00:00
msan [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
profile [Coverage] Ignore 'unused' functions with non-zero execution counts 2018-08-07 22:25:36 +00:00
safestack Revert "SafeStack: Delay thread stack clean-up" 2018-08-10 00:36:04 +00:00
sanitizer_common [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
scudo [scudo] Use mkdir -p when creating directories for a test 2018-07-10 13:59:59 +00:00
shadowcallstack [scs] Disable negative test in shadowcallstack. 2018-06-29 15:16:45 +00:00
tsan [tsan] Fix crash in objc_sync_enter/objc_sync_exit when using an Obj-C tagged pointer 2018-07-24 16:19:06 +00:00
ubsan [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
ubsan_minimal [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - compiler-rt part 2018-07-30 18:58:30 +00:00
xray [XRay][compiler-rt] Profiling Mode: Include file header in buffers 2018-07-31 04:16:54 +00:00
CMakeLists.txt [fuzzer] Don't run tests on Android. 2018-06-28 22:16:59 +00:00
lit.common.cfg [compiler-rt] Only set lto_flags if lto_supported 2018-07-19 16:12:15 +00:00
lit.common.configured.in [compiler-rt] Add NewPM testing to CFI tests 2018-07-19 15:32:48 +00:00