summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
blob: 00de882f17117a8867510066cef8399ea578c1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_llvm_library(LLVMInstrumentation
  AddressSanitizer.cpp
  BoundsChecking.cpp
  EdgeProfiling.cpp
  FunctionBlackList.cpp
  GCOVProfiling.cpp
  Instrumentation.cpp
  OptimalEdgeProfiling.cpp
  PathProfiling.cpp
  ProfilingUtils.cpp
  ThreadSanitizer.cpp
  )

add_dependencies(LLVMInstrumentation intrinsics_gen)
OpenPOWER on IntegriCloud