blob: 9a5115085dd39b479c617da6403f8a96ce06dec2 [file] [log] [blame]
Oscar Fuentes00905d52008-09-22 01:08:49 +00001set(LLVM_LINK_COMPONENTS bitreader analysis)
2set(LLVM_REQUIRES_EH 1)
3
4add_llvm_tool(llvm-prof
5 llvm-prof.cpp
6 )