d7c518d282f813d1fd5076c290a3ba2308246298
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   BlockProfiling.cpp
3   EdgeProfiling.cpp
4   ProfilingUtils.cpp
5   RSProfiling.cpp
6   )