1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/Transforms/Instrumentation/CMakeLists.txt
2009-09-04 12:34:44 +00:00

8 lines
148 B
CMake

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