llvm-project/llvm/test/Instrumentation
Yuanfang Chen eddd94c27d Reland "[clang][debug] port clang-cl /JMC flag to ELF"
This relands commit 7313474319.

It failed on Windows/Mac because `-fjmc` is only checked for ELF targets.
Check the flag unconditionally instead and issue a warning for non-ELF targets.
2022-03-07 21:55:41 -08:00
..
AddressSanitizer [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
BoundsChecking [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
DataFlowSanitizer [dfsan] Add missing test for the new pass manager with -dfsan-ignore-personality-routine 2021-12-09 18:53:20 -08:00
HWAddressSanitizer [HWASAN] Add test for optnone function. 2022-03-01 14:48:43 -08:00
HeapProfiler [MemProf] Don't instrument stack accesses unless requested 2021-09-16 12:21:51 -07:00
InstrOrderFile
InstrProfiling [InstrProf] Add single byte coverage mode 2022-01-27 17:38:55 -08:00
JustMyCode Reland "[clang][debug] port clang-cl /JMC flag to ELF" 2022-03-07 21:55:41 -08:00
MemorySanitizer [msan] Copy origin of byval arguments 2022-01-27 16:24:07 -08:00
PoisonChecking
SanitizerCoverage [sancov] Don't instrument calls to bitcast funcs: they're not indirect. 2022-03-07 12:43:37 -08:00
ThreadSanitizer tsan: don't consider debug calls as calls 2021-11-17 14:42:16 +01:00
cgprofile.ll [CGProfile] Don't emit call graph profile edges with zero weight 2021-10-28 11:32:49 -04:00