build/CMake: Finish removal of add_llvm_library_dependencies.
[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   )