summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
blob: aa265a49ed195589ee8426e0b1eb57656631a3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_llvm_library(LLVMInstrumentation
  AddressSanitizer.cpp
  BlackList.cpp
  BoundsChecking.cpp
  DebugIR.cpp
  EdgeProfiling.cpp
  GCOVProfiling.cpp
  MemorySanitizer.cpp
  Instrumentation.cpp
  OptimalEdgeProfiling.cpp
  PathProfiling.cpp
  ProfilingUtils.cpp
  ThreadSanitizer.cpp
  )

add_dependencies(LLVMInstrumentation intrinsics_gen)