• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_library(LLVMInstrumentation
2  AddressSanitizer.cpp
3  BoundsChecking.cpp
4  DataFlowSanitizer.cpp
5  GCOVProfiling.cpp
6  MemorySanitizer.cpp
7  IndirectCallPromotion.cpp
8  Instrumentation.cpp
9  InstrProfiling.cpp
10  PGOInstrumentation.cpp
11  SanitizerCoverage.cpp
12  ThreadSanitizer.cpp
13  EfficiencySanitizer.cpp
14
15  ADDITIONAL_HEADER_DIRS
16  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
17  )
18
19add_dependencies(LLVMInstrumentation intrinsics_gen)
20