CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS
  Core
  ProfileData
  Support
  )

add_llvm_tool(llvm-profdata
  llvm-profdata.cpp
  )