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

7 lines
121 B
CMake
Raw Normal View History

add_llvm_library(LLVMInstrumentation
BlockProfiling.cpp
EdgeProfiling.cpp
ProfilingUtils.cpp
RSProfiling.cpp
)