[PATCH] D13547: Clear SectionSymbols in MCContext::Reset
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 10:26:52 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249854: Clear SectionSymbols in MCContext::Reset (authored by kfischer).
Changed prior to commit:
http://reviews.llvm.org/D13547?vs=36834&id=36961#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13547
Files:
llvm/trunk/lib/MC/MCContext.cpp
Index: llvm/trunk/lib/MC/MCContext.cpp
===================================================================
--- llvm/trunk/lib/MC/MCContext.cpp
+++ llvm/trunk/lib/MC/MCContext.cpp
@@ -80,6 +80,7 @@
UsedNames.clear();
Symbols.clear();
+ SectionSymbols.clear();
Allocator.Reset();
Instances.clear();
CompilationDir.clear();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13547.36961.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151009/80810b57/attachment.bin>
More information about the llvm-commits
mailing list