• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_library(LLVMInstrumentation
2  AddressSanitizer.cpp
3  BoundsChecking.cpp
4  DebugIR.cpp
5  EdgeProfiling.cpp
6  GCOVProfiling.cpp
7  MemorySanitizer.cpp
8  Instrumentation.cpp
9  OptimalEdgeProfiling.cpp
10  PathProfiling.cpp
11  ProfilingUtils.cpp
12  ThreadSanitizer.cpp
13  )
14
15add_dependencies(LLVMInstrumentation intrinsics_gen)
16