summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
blob: f5ad9c69611556a362097a8854432760959169d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_llvm_library(LLVMInstrumentation
  EdgeProfiling.cpp
  OptimalEdgeProfiling.cpp
  ProfilingUtils.cpp
  )

target_link_libraries(LLVMInstrumentation
  LLVMAnalysis
  LLVMCore
  LLVMTransformUtils
  )