mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
4e9c939312
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113632 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
203 B
CMake
12 lines
203 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
EdgeProfiling.cpp
|
|
OptimalEdgeProfiling.cpp
|
|
ProfilingUtils.cpp
|
|
)
|
|
|
|
target_link_libraries(LLVMInstrumentation
|
|
LLVMAnalysis
|
|
LLVMCore
|
|
LLVMTransformUtils
|
|
)
|