blob: 7b3a927a4e685f1da610a96b97c85aca0f64d32a [file] [log] [blame]
add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
GCOVProfiling.cpp
Instrumentation.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
)
add_llvm_library_dependencies(LLVMInstrumentation
LLVMAnalysis
LLVMCore
LLVMSupport
LLVMTransformUtils
)