blob: e1d95ddeef4f36531467040673cc0c6191c13b07 [file] [log] [blame]
Oscar Fuentesa229b3c2008-09-22 01:08:49 +00001add_llvm_tool(llvm-prof
2 llvm-prof.cpp
3 )
Michael J. Spencerdc38d362010-09-10 21:14:25 +00004
5target_link_libraries(llvm-prof LLVMBitReader LLVMAnalysis)