blob: 929b7cd394f23eb3a984e307c62faa9cb50bc8f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
)
|