mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00

It depends on the target machinery, that's not available for instrumentation passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258942 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
388 B
CMake
18 lines
388 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
AddressSanitizer.cpp
|
|
BoundsChecking.cpp
|
|
DataFlowSanitizer.cpp
|
|
GCOVProfiling.cpp
|
|
MemorySanitizer.cpp
|
|
Instrumentation.cpp
|
|
InstrProfiling.cpp
|
|
PGOInstrumentation.cpp
|
|
SanitizerCoverage.cpp
|
|
ThreadSanitizer.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
)
|
|
|
|
add_dependencies(LLVMInstrumentation intrinsics_gen)
|