CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS linker bitreader bitwriter)

add_llvm_tool(llvm-link
  llvm-link.cpp
  )