1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Instrumentation
Evgeniy Stepanov ad30e96a63 [msan] Don't put module constructors in comdats.
There is something strange going on with debug info (.eh_frame_hdr)
disappearing when msan.module_ctor are placed in comdat sections.

Moving this functionality under flag, disabled by default.

llvm-svn: 263579
2016-03-15 20:25:47 +00:00
..
AddressSanitizer [asan] Do not instrument globals in the special "LLVM" sections 2016-02-24 22:12:18 +00:00
BoundsChecking Add a bunch of CHECK missing colons in tests. NFC. 2015-03-14 01:43:57 +00:00
DataFlowSanitizer [DFSan] Remove an overly aggressive assert reported in PR26068. 2016-03-07 14:05:09 +00:00
InstrProfiling [PGO] Remove redundant counter copies for avail_extern functions. 2016-02-27 23:11:30 +00:00
MemorySanitizer [msan] Don't put module constructors in comdats. 2016-03-15 20:25:47 +00:00
SanitizerCoverage [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage=trace-pc mode; update libFuzzer doc for previous commit 2016-02-27 05:45:12 +00:00
ThreadSanitizer [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg 2016-03-07 23:16:23 +00:00