llvm-6502/lib/Transforms/Instrumentation/CMakeLists.txt
2010-10-07 20:17:24 +00:00

7 lines
131 B
CMake

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