1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Instrumentation
Jianzhou Zhao 243da380ed [dfsan] Expose dfsan_get_track_origins to get origin tracking status
This allows application code checks if origin tracking is on before
printing out traces.

-dfsan-track-origins can be 0,1,2.
The current code only distinguishes 1 and 2 in compile time, but not at runtime.
Made runtime distinguish 1 and 2 too.

Reviewed By: browneee

Differential Revision: https://reviews.llvm.org/D105128
2021-06-29 20:32:39 +00:00
..
AddressSanitizer [asan] Remove Asan, Ubsan support of RTEMS and Myriad 2021-06-15 12:59:05 -07:00
BoundsChecking
DataFlowSanitizer [dfsan] Expose dfsan_get_track_origins to get origin tracking status 2021-06-29 20:32:39 +00:00
HeapProfiler
HWAddressSanitizer [hwasan] Respect llvm.asan.globals. 2021-06-23 18:37:00 -07:00
InstrOrderFile
InstrProfiling [InstrProfiling] If no value profiling, make data variable private and (for Windows) use one comdat 2021-06-04 13:27:56 -07:00
MemorySanitizer Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
PoisonChecking
SanitizerCoverage [SanitizerCoverage] Fix global type check with opaque pointers 2021-06-29 20:32:14 +02:00
ThreadSanitizer [TSAN] Honor failure memory orders in AtomicCAS 2021-05-13 01:07:22 -07:00
cgprofile.ll