Raw File
CMakeLists.txt
set(LLVM_LINK_COMPONENTS bitreader analysis)

add_llvm_tool(llvm-prof
  llvm-prof.cpp
  )
back to top