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
Chris Lattner 07a1a284d3 remove the random sampling framework, which is not maintained anymore.
If there is interest, it can be resurrected from SVN.  PR4912.

llvm-svn: 92422
2010-01-02 20:07:03 +00:00

6 lines
109 B
CMake

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