mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
800e03f598
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144758 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
310 B
CMake
17 lines
310 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
AddressSanitizer.cpp
|
|
EdgeProfiling.cpp
|
|
GCOVProfiling.cpp
|
|
Instrumentation.cpp
|
|
OptimalEdgeProfiling.cpp
|
|
PathProfiling.cpp
|
|
ProfilingUtils.cpp
|
|
)
|
|
|
|
add_llvm_library_dependencies(LLVMInstrumentation
|
|
LLVMAnalysis
|
|
LLVMCore
|
|
LLVMSupport
|
|
LLVMTransformUtils
|
|
)
|