f5ad9c69611556a362097a8854432760959169d0
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   EdgeProfiling.cpp
3   OptimalEdgeProfiling.cpp
4   ProfilingUtils.cpp
5   )
6
7 target_link_libraries(LLVMInstrumentation
8   LLVMAnalysis
9   LLVMCore
10   LLVMTransformUtils
11   )