mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
clear new map and initialize new variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2bb471f2fa
commit
9e7924d206
@ -83,6 +83,8 @@ void MCContext::reset() {
|
||||
DwarfDebugFlags = StringRef();
|
||||
MCLineSections.clear();
|
||||
MCLineSectionOrder.clear();
|
||||
DwarfCompileUnitID = 0;
|
||||
MCLineTableSymbols.clear();
|
||||
CurrentDwarfLoc = MCDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0);
|
||||
|
||||
// If we have the MachO uniquing map, free it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user