[PATCH] D13547: Clear SectionSymbols in MCContext::Reset

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 02:15:31 PDT 2015


loladiro created this revision.
loladiro added a reviewer: rafael.
loladiro added a subscriber: llvm-commits.
loladiro set the repository for this revision to rL LLVM.

Seems like it was just forgotten.

Repository:
  rL LLVM

http://reviews.llvm.org/D13547

Files:
  lib/MC/MCContext.cpp

Index: lib/MC/MCContext.cpp
===================================================================
--- lib/MC/MCContext.cpp
+++ lib/MC/MCContext.cpp
@@ -83,6 +83,7 @@
 
   UsedNames.clear();
   Symbols.clear();
+  SectionSymbols.clear();
   Allocator.Reset();
   Instances.clear();
   CompilationDir.clear();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13547.36834.patch
Type: text/x-patch
Size: 306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151008/bcdf19e2/attachment.bin>


More information about the llvm-commits mailing list