mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-16 02:16:23 +00:00

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337140 91177308-0d34-0410-b5e6-96231b3b80d8
24 lines
479 B
CMake
24 lines
479 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
AddressSanitizer.cpp
|
|
BoundsChecking.cpp
|
|
CGProfile.cpp
|
|
DataFlowSanitizer.cpp
|
|
GCOVProfiling.cpp
|
|
MemorySanitizer.cpp
|
|
IndirectCallPromotion.cpp
|
|
Instrumentation.cpp
|
|
InstrProfiling.cpp
|
|
PGOInstrumentation.cpp
|
|
PGOMemOPSizeOpt.cpp
|
|
SanitizerCoverage.cpp
|
|
ThreadSanitizer.cpp
|
|
EfficiencySanitizer.cpp
|
|
HWAddressSanitizer.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|