[llvm-debuginfo-analyzer] Remove superfluous link components. (#118052)

As 'LLVM_TARGETS_TO_BUILD' control which targets are enabled, the lines:

  AllTargetsDescs
  AllTargetsDisassemblers
  AllTargetsInfos

are redundant.
This commit is contained in:
Carlos Alberto Enciso
2024-11-29 07:38:48 +00:00
committed by GitHub
parent 91285e26bf
commit d7791f51ce

View File

@@ -1,8 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
AsmPrinter
DebugInfoDWARF
DebugInfoLogicalView