Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BlackList.cpp
4   BoundsChecking.cpp
5   DebugIR.cpp
6   EdgeProfiling.cpp
7   GCOVProfiling.cpp
8   MemorySanitizer.cpp
9   Instrumentation.cpp
10   OptimalEdgeProfiling.cpp
11   PathProfiling.cpp
12   ProfilingUtils.cpp
13   ThreadSanitizer.cpp
14   )
15
16 add_dependencies(LLVMInstrumentation intrinsics_gen)