1set(LLVM_LINK_COMPONENTS linker bitreader bitwriter asmparser irreader)
2
3add_llvm_tool(llvm-link
4  llvm-link.cpp
5  )
6