Home | History | Annotate | Download | only in Instrumentation
      1 add_llvm_library(LLVMInstrumentation
      2   AddressSanitizer.cpp
      3   BlackList.cpp
      4   BoundsChecking.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 
     15 add_dependencies(LLVMInstrumentation intrinsics_gen)
     16