mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 01:14:12 +00:00
b5b86d263a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162566 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
307 B
CMake
15 lines
307 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
AddressSanitizer.cpp
|
|
BlackList.cpp
|
|
BoundsChecking.cpp
|
|
EdgeProfiling.cpp
|
|
GCOVProfiling.cpp
|
|
Instrumentation.cpp
|
|
OptimalEdgeProfiling.cpp
|
|
PathProfiling.cpp
|
|
ProfilingUtils.cpp
|
|
ThreadSanitizer.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMInstrumentation intrinsics_gen)
|