[PATCH] D13547: Clear SectionSymbols in MCContext::Reset
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 07:20:23 PDT 2015
LGTM
On 8 October 2015 at 05:15, Keno Fischer <kfischer at college.harvard.edu> wrote:
> 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();
>
>
More information about the llvm-commits
mailing list