DebugIR: Delete -debug-ir
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BoundsChecking.cpp
4   DataFlowSanitizer.cpp
5   GCOVProfiling.cpp
6   MemorySanitizer.cpp
7   Instrumentation.cpp
8   SanitizerCoverage.cpp
9   ThreadSanitizer.cpp
10   )
11
12 add_dependencies(LLVMInstrumentation intrinsics_gen)