xref: /aosp_15_r20/external/llvm/tools/sancov/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerset(LLVM_LINK_COMPONENTS
2*9880d681SAndroid Build Coastguard Worker  AllTargetsAsmPrinters
3*9880d681SAndroid Build Coastguard Worker  AllTargetsDescs
4*9880d681SAndroid Build Coastguard Worker  AllTargetsDisassemblers
5*9880d681SAndroid Build Coastguard Worker  AllTargetsInfos
6*9880d681SAndroid Build Coastguard Worker  DebugInfoDWARF
7*9880d681SAndroid Build Coastguard Worker  DebugInfoPDB
8*9880d681SAndroid Build Coastguard Worker  MC
9*9880d681SAndroid Build Coastguard Worker  MCDisassembler
10*9880d681SAndroid Build Coastguard Worker  Object
11*9880d681SAndroid Build Coastguard Worker  Support
12*9880d681SAndroid Build Coastguard Worker  Symbolize
13*9880d681SAndroid Build Coastguard Worker  )
14*9880d681SAndroid Build Coastguard Worker
15*9880d681SAndroid Build Coastguard Workeradd_llvm_tool(sancov
16*9880d681SAndroid Build Coastguard Worker  sancov.cc
17*9880d681SAndroid Build Coastguard Worker  )
18