Skip to content

Commit d7791f5

Browse files
[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.
1 parent 91285e2 commit d7791f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
set(LLVM_LINK_COMPONENTS
22
${LLVM_TARGETS_TO_BUILD}
3-
AllTargetsDescs
4-
AllTargetsDisassemblers
5-
AllTargetsInfos
63
AsmPrinter
74
DebugInfoDWARF
85
DebugInfoLogicalView

0 commit comments

Comments
 (0)