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