diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/MC/MCContext.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp index a074003711f..1a7df6041e6 100644 --- a/llvm/lib/MC/MCContext.cpp +++ b/llvm/lib/MC/MCContext.cpp @@ -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.  | 

