1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/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
)