1set(LLVM_LINK_COMPONENTS bitreader analysis)
2
3add_llvm_tool(llvm-prof
4  llvm-prof.cpp
5  )
6