aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
blob: 80bb48cefa4623a96cd20a9c2c1681a3384648ac (plain)
1
2
3
4
5
6
add_llvm_library(LLVMInstrumentation
  EdgeProfiling.cpp
  Instrumentation.cpp
  OptimalEdgeProfiling.cpp
  ProfilingUtils.cpp
  )