CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} lto support)

add_llvm_tool(llvm-lto
  llvm-lto.cpp
  )