llvm/lib/Transforms/Instrumentation/CMakeLists.txt
2010-09-10 21:14:25 +00:00

12 lines
203 B
CMake

add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
OptimalEdgeProfiling.cpp
ProfilingUtils.cpp
)
target_link_libraries(LLVMInstrumentation
LLVMAnalysis
LLVMCore
LLVMTransformUtils
)