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