-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[llvm-debuginfo-analyzer] Remove superfluous link components. #118052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[llvm-debuginfo-analyzer] Remove superfluous link components. #118052
Conversation
As 'LLVM_TARGETS_TO_BUILD' control which targets are enabled, the lines: AllTargetsDescs AllTargetsDisassemblers AllTargetsInfos are redundant.
@llvm/pr-subscribers-debuginfo Author: Carlos Alberto Enciso (CarlosAlbertoEnciso) ChangesAs 'LLVM_TARGETS_TO_BUILD' control which targets are enabled, the lines: AllTargetsDescs are redundant. Full diff: https://github.com/llvm/llvm-project/pull/118052.diff 1 Files Affected:
diff --git a/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt b/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
index 921453ccef6fd7..42a4b72229483c 100644
--- a/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
+++ b/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
@@ -1,8 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
- AllTargetsDescs
- AllTargetsDisassemblers
- AllTargetsInfos
AsmPrinter
DebugInfoDWARF
DebugInfoLogicalView
|
@llvm/pr-subscribers-llvm-binary-utilities Author: Carlos Alberto Enciso (CarlosAlbertoEnciso) ChangesAs 'LLVM_TARGETS_TO_BUILD' control which targets are enabled, the lines: AllTargetsDescs are redundant. Full diff: https://github.com/llvm/llvm-project/pull/118052.diff 1 Files Affected:
diff --git a/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt b/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
index 921453ccef6fd7..42a4b72229483c 100644
--- a/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
+++ b/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
@@ -1,8 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
- AllTargetsDescs
- AllTargetsDisassemblers
- AllTargetsInfos
AsmPrinter
DebugInfoDWARF
DebugInfoLogicalView
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/1581 Here is the relevant piece of the build log for the reference
|
As 'LLVM_TARGETS_TO_BUILD' control which targets are enabled, the lines:
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
are redundant.