mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-05 09:24:28 +00:00
Comment change made in r169304 as requested by Eric Christopher.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1511,6 +1511,8 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) {
|
|||||||
MF->getFunction()->getContext());
|
MF->getFunction()->getContext());
|
||||||
recordSourceLine(FnStartDL.getLine(), FnStartDL.getCol(),
|
recordSourceLine(FnStartDL.getLine(), FnStartDL.getCol(),
|
||||||
FnStartDL.getScope(MF->getFunction()->getContext()),
|
FnStartDL.getScope(MF->getFunction()->getContext()),
|
||||||
|
// We'd like to list the prologue as "not statements" but GDB behaves
|
||||||
|
// poorly if we do that. Revisit this with caution/GDB (7.5+) testing.
|
||||||
DWARF2_FLAG_IS_STMT);
|
DWARF2_FLAG_IS_STMT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user