summaryrefslogtreecommitdiff
path: root/tools/llvm-prof/CMakeLists.txt
blob: e1d95ddeef4f36531467040673cc0c6191c13b07 (plain)
1
2
3
4
5
add_llvm_tool(llvm-prof
  llvm-prof.cpp
  )

target_link_libraries(llvm-prof LLVMBitReader LLVMAnalysis)