llvm-project/llvm/lib/Transforms/Instrumentation/CMakeLists.txt

13 lines
273 B
CMake
Raw Normal View History

add_llvm_library(LLVMInstrumentation
AddressSanitizer.cpp
BoundsChecking.cpp
DataFlowSanitizer.cpp
2011-04-16 10:06:46 +08:00
GCOVProfiling.cpp
MemorySanitizer.cpp
Instrumentation.cpp
SanitizerCoverage.cpp
ThreadSanitizer.cpp
)
add_dependencies(LLVMInstrumentation intrinsics_gen)