We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f992c commit 4f17ea7Copy full SHA for 4f17ea7
llvm/lib/LTO/LTO.cpp
@@ -475,7 +475,7 @@ static void thinLTOInternalizeAndPromoteGUID(
475
// the local flag should be consistent with the summary list linkage types.
476
VI.verifyLocal();
477
478
- bool SingleExternallyVisibleCopy =
+ const bool SingleExternallyVisibleCopy =
479
VI.getSummaryList().size() == 1 &&
480
!GlobalValue::isLocalLinkage(VI.getSummaryList().front()->linkage());
481
0 commit comments