llvm-6502/test/Instrumentation
Alexey Samsonov 30ea42931a [ASan] Don't instrument load/stores with !nosanitize metadata.
This is used to avoid instrumentation of instructions added by UBSan
in Clang frontend (see r213291). This fixes PR20085.

Reviewed in http://reviews.llvm.org/D4544.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213292 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-17 18:48:12 +00:00
..
AddressSanitizer [ASan] Don't instrument load/stores with !nosanitize metadata. 2014-07-17 18:48:12 +00:00
BoundsChecking
DataFlowSanitizer
MemorySanitizer [msan] Avoid redundant origin stores. 2014-07-17 09:10:37 +00:00
ThreadSanitizer