eliminate the "Value" printing methods that print to a std::ostream.
[oota-llvm.git] / tools / llvm-prof / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
2 set(LLVM_REQUIRES_EH 1)
3
4 add_llvm_tool(llvm-prof
5   llvm-prof.cpp
6   )