diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-25 14:25:49 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-25 14:25:49 +0000 |
commit | 2fe5752e3a7c345cdb59e869278d36af33c13fa4 (patch) | |
tree | df68ca4b788599e14cbadaf19b704672393efccd /lib/MC/MCContext.cpp | |
parent | 69156b4c20249e7800cc09e0eef0beb3d15ac1ad (diff) |
Diffstat (limited to 'lib/MC/MCContext.cpp')
-rw-r--r-- | lib/MC/MCContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp index c601c56f3952d..a85796cfbad90 100644 --- a/lib/MC/MCContext.cpp +++ b/lib/MC/MCContext.cpp @@ -82,6 +82,7 @@ void MCContext::reset() { UsedNames.clear(); Symbols.clear(); + SectionSymbols.clear(); Allocator.Reset(); Instances.clear(); CompilationDir.clear(); |