xref: /aosp_15_r20/external/llvm/tools/llvm-dwp/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  AsmPrinter
4*9880d681SAndroid Build Coastguard Worker  DebugInfoDWARF
5*9880d681SAndroid Build Coastguard Worker  MC
6*9880d681SAndroid Build Coastguard Worker  Object
7*9880d681SAndroid Build Coastguard Worker  Support
8*9880d681SAndroid Build Coastguard Worker  Target
9*9880d681SAndroid Build Coastguard Worker  )
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard Workeradd_llvm_tool(llvm-dwp
12*9880d681SAndroid Build Coastguard Worker  llvm-dwp.cpp
13*9880d681SAndroid Build Coastguard Worker  DWPError.cpp
14*9880d681SAndroid Build Coastguard Worker  )
15