xref: /aosp_15_r20/external/llvm/tools/llvm-link/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  BitWriter
3  Core
4  IRReader
5  Linker
6  Object
7  Support
8  TransformUtils
9  )
10
11add_llvm_tool(llvm-link
12  llvm-link.cpp
13  )
14