mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Fix a missing newline in the dwarf output code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85684 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ba90f3e34
commit
b953c944b6
@ -1368,6 +1368,7 @@ void AsmPrinter::processDebugLoc(const MachineInstr *MI,
|
|||||||
unsigned L = DW->RecordSourceLine(CurDLT.Line, CurDLT.Col,
|
unsigned L = DW->RecordSourceLine(CurDLT.Line, CurDLT.Col,
|
||||||
CurDLT.Scope);
|
CurDLT.Scope);
|
||||||
printLabel(L);
|
printLabel(L);
|
||||||
|
O << '\n';
|
||||||
#ifdef ATTACH_DEBUG_INFO_TO_AN_INSN
|
#ifdef ATTACH_DEBUG_INFO_TO_AN_INSN
|
||||||
DW->SetDbgScopeBeginLabels(MI, L);
|
DW->SetDbgScopeBeginLabels(MI, L);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user