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