Switch some clients to Value::getName(), and other getName() user
[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   )