aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
blob: 5700ac87f6591dcd2980aec9f09f606a51dd4f59 (plain)
1
2
3
4
5
6
7
8
add_llvm_library(LLVMInstrumentation
  EdgeProfiling.cpp
  GCOVProfiling.cpp
  Instrumentation.cpp
  OptimalEdgeProfiling.cpp
  PathProfiling.cpp
  ProfilingUtils.cpp
  )