Home | History | Annotate | Download | only in Instrumentation
      1 add_llvm_library(LLVMInstrumentation
      2   AddressSanitizer.cpp
      3   BoundsChecking.cpp
      4   DataFlowSanitizer.cpp
      5   GCOVProfiling.cpp
      6   MemorySanitizer.cpp
      7   Instrumentation.cpp
      8   InstrProfiling.cpp
      9   PGOInstrumentation.cpp
     10   SafeStack.cpp
     11   SanitizerCoverage.cpp
     12   ThreadSanitizer.cpp
     13 
     14   ADDITIONAL_HEADER_DIRS
     15   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
     16   )
     17 
     18 add_dependencies(LLVMInstrumentation intrinsics_gen)
     19