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