llvm-6502/lib/Transforms/Instrumentation/CMakeLists.txt

9 lines
171 B
CMake

add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
Instrumentation.cpp
LineProfiling.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
)