Home | History | Annotate | Download | only in Instrumentation
      1 add_llvm_library(LLVMInstrumentation
      2   AddressSanitizer.cpp
      3   BoundsChecking.cpp
      4   DataFlowSanitizer.cpp
      5   DebugIR.cpp
      6   GCOVProfiling.cpp
      7   MemorySanitizer.cpp
      8   Instrumentation.cpp
      9   ThreadSanitizer.cpp
     10   )
     11 
     12 add_dependencies(LLVMInstrumentation intrinsics_gen)
     13