CMakeLists.txt revision 0aaf62daaf7cb374fcc031b240783a389c17a5ab
1add_llvm_library(LLVMInstrumentation
2  EdgeProfiling.cpp
3  OptimalEdgeProfiling.cpp
4  ProfilingUtils.cpp
5  )
6