a4a1fef51f4c900fad51defabef9660fdd5c3e63
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   EdgeProfiling.cpp
4   GCOVProfiling.cpp
5   Instrumentation.cpp
6   OptimalEdgeProfiling.cpp
7   PathProfiling.cpp
8   ProfilingUtils.cpp
9   )