mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
Clear map after use.
This is likely to fix the segfault in llvm-gcc-x86_64-darwin10-cross-mingw32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8371c89902
commit
bd17478f2f
@ -3050,6 +3050,7 @@ void DwarfDebug::endFunction(const MachineFunction *MF) {
|
||||
DbgVariableToDbgInstMap.clear();
|
||||
DeleteContainerSeconds(DbgScopeMap);
|
||||
InsnsNeedsLabelAfter.clear();
|
||||
RegClobberInsn.clear();
|
||||
ConcreteScopes.clear();
|
||||
DeleteContainerSeconds(AbstractScopes);
|
||||
AbstractScopesList.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user