Changeset View
Changeset View
Standalone View
Standalone View
lib/Transforms/Instrumentation/CMakeLists.txt
add_llvm_library(LLVMInstrumentation | add_llvm_library(LLVMInstrumentation | ||||
AddressSanitizer.cpp | AddressSanitizer.cpp | ||||
BoundsChecking.cpp | BoundsChecking.cpp | ||||
DataFlowSanitizer.cpp | DataFlowSanitizer.cpp | ||||
GCOVProfiling.cpp | GCOVProfiling.cpp | ||||
MemorySanitizer.cpp | MemorySanitizer.cpp | ||||
Instrumentation.cpp | Instrumentation.cpp | ||||
InstrProfiling.cpp | InstrProfiling.cpp | ||||
PGOInstrumentation.cpp | |||||
SafeStack.cpp | SafeStack.cpp | ||||
SanitizerCoverage.cpp | SanitizerCoverage.cpp | ||||
ThreadSanitizer.cpp | ThreadSanitizer.cpp | ||||
ADDITIONAL_HEADER_DIRS | ADDITIONAL_HEADER_DIRS | ||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms | ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms | ||||
) | ) | ||||
add_dependencies(LLVMInstrumentation intrinsics_gen) | add_dependencies(LLVMInstrumentation intrinsics_gen) |