[llvm-branch-commits] [GSYM][DWARF] Include end_sequence debug_line rows when looking up addr ranges (PR #89703)
David Blaikie via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 23 11:25:44 PDT 2024
dwblaikie wrote:
> I'd like to know how this affects the output of llvm-dwarfdump. Intuitively it feels like something around the display of end_sequence rows should have changed, but I'm willing to be corrected.
+1 - given the change to DWARFDebugLine, I'd expect this to be observable through llvm-dwarfdump, and if that's the case, it should be probably two patches - one to change DWARFDebugLine and with a lit test for llvm-dwarfdump, then a separate change to use this from gsym
https://github.com/llvm/llvm-project/pull/89703
More information about the llvm-branch-commits
mailing list