1set(LLVM_LINK_COMPONENTS
2  BitWriter
3  Core
4  IRReader
5  Linker
6  Support
7  )
8
9add_llvm_tool(llvm-link
10  llvm-link.cpp
11  )
12