blob: 139e51413d6ceadc91dceb01020bdb01f4c28ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
add_llvm_library(LLVMInstrumentation
AddressSanitizer.cpp
BoundsChecking.cpp
DataFlowSanitizer.cpp
DebugIR.cpp
GCOVProfiling.cpp
MemorySanitizer.cpp
Instrumentation.cpp
SanitizerCoverage.cpp
ThreadSanitizer.cpp
)
add_dependencies(LLVMInstrumentation intrinsics_gen)
|