65d41f51fe87eba743b6f476918b0ee459417c2f
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BoundsChecking.cpp
4   DataFlowSanitizer.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)