CMakeLists.txt revision 4e9c939312ff73bd0c6a6485fd5f97012f5910fa
1add_llvm_tool(llvm-prof
2  llvm-prof.cpp
3  )
4
5target_link_libraries(llvm-prof LLVMBitReader LLVMAnalysis)
6