mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-23 15:29:51 +00:00
f771dae69a
This adds the instrumentation and runtime part of OptimalEdgeProfiling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80712 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
174 B
CMake
9 lines
174 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
BlockProfiling.cpp
|
|
EdgeProfiling.cpp
|
|
MaximumSpanningTree.cpp
|
|
OptimalEdgeProfiling.cpp
|
|
ProfilingUtils.cpp
|
|
RSProfiling.cpp
|
|
)
|