xref: /aosp_15_r20/external/llvm/tools/llvm-lto/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerset(LLVM_LINK_COMPONENTS
2*9880d681SAndroid Build Coastguard Worker  ${LLVM_TARGETS_TO_BUILD}
3*9880d681SAndroid Build Coastguard Worker  BitReader
4*9880d681SAndroid Build Coastguard Worker  BitWriter
5*9880d681SAndroid Build Coastguard Worker  Core
6*9880d681SAndroid Build Coastguard Worker  IRReader
7*9880d681SAndroid Build Coastguard Worker  LTO
8*9880d681SAndroid Build Coastguard Worker  MC
9*9880d681SAndroid Build Coastguard Worker  Object
10*9880d681SAndroid Build Coastguard Worker  Support
11*9880d681SAndroid Build Coastguard Worker  Target
12*9880d681SAndroid Build Coastguard Worker  )
13*9880d681SAndroid Build Coastguard Worker
14*9880d681SAndroid Build Coastguard Workeradd_llvm_tool(llvm-lto
15*9880d681SAndroid Build Coastguard Worker  llvm-lto.cpp
16*9880d681SAndroid Build Coastguard Worker  )
17*9880d681SAndroid Build Coastguard Worker
18