[llvm] [DebugInfo][DWARF] Emit Per-Function Line Table Offsets and End Sequences (PR #110192)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 07:52:00 PDT 2025
================
@@ -2223,6 +2223,9 @@ void DwarfDebug::beginFunctionImpl(const MachineFunction *MF) {
return;
DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(SP->getUnit());
+ FunctionLineTableLabel = CU.emitFuncLineTableOffsets()
----------------
alx32 wrote:
> I found a case where LineStreamLabel was emitted twice
Is this happening in the current upstreamed version of the patch or the Swift implementation ?
https://github.com/llvm/llvm-project/pull/110192
More information about the llvm-commits
mailing list