[PATCH] D135315: [llvm] Clear the ForwardRefDSOLocalEquivalentIDs map
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 16:14:33 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG69695817f5b5: [llvm] Clear the ForwardRefDSOLocalEquivalentIDs map (authored by leonardchan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135315/new/
https://reviews.llvm.org/D135315
Files:
llvm/lib/AsmParser/LLParser.cpp
Index: llvm/lib/AsmParser/LLParser.cpp
===================================================================
--- llvm/lib/AsmParser/LLParser.cpp
+++ llvm/lib/AsmParser/LLParser.cpp
@@ -250,7 +250,7 @@
if (ResolveForwardRefDSOLocalEquivalents(Iter.first, Iter.second))
return true;
}
- ForwardRefDSOLocalEquivalentNames.clear();
+ ForwardRefDSOLocalEquivalentIDs.clear();
ForwardRefDSOLocalEquivalentNames.clear();
for (const auto &NT : NumberedTypes)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135315.465918.patch
Type: text/x-patch
Size: 474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/f12361a2/attachment.bin>
More information about the llvm-commits
mailing list