xref: /aosp_15_r20/external/llvm/tools/llc/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  Analysis
4*9880d681SAndroid Build Coastguard Worker  AsmPrinter
5*9880d681SAndroid Build Coastguard Worker  CodeGen
6*9880d681SAndroid Build Coastguard Worker  Core
7*9880d681SAndroid Build Coastguard Worker  IRReader
8*9880d681SAndroid Build Coastguard Worker  MC
9*9880d681SAndroid Build Coastguard Worker  MIRParser
10*9880d681SAndroid Build Coastguard Worker  ScalarOpts
11*9880d681SAndroid Build Coastguard Worker  SelectionDAG
12*9880d681SAndroid Build Coastguard Worker  Support
13*9880d681SAndroid Build Coastguard Worker  Target
14*9880d681SAndroid Build Coastguard Worker  TransformUtils
15*9880d681SAndroid Build Coastguard Worker  )
16*9880d681SAndroid Build Coastguard Worker
17*9880d681SAndroid Build Coastguard Worker# Support plugins.
18*9880d681SAndroid Build Coastguard Workerset(LLVM_NO_DEAD_STRIP 1)
19*9880d681SAndroid Build Coastguard Worker
20*9880d681SAndroid Build Coastguard Workeradd_llvm_tool(llc
21*9880d681SAndroid Build Coastguard Worker  llc.cpp
22*9880d681SAndroid Build Coastguard Worker  )
23*9880d681SAndroid Build Coastguard Workerexport_executable_symbols(llc)
24