[llvm-branch-commits] [GSYM] Include end_sequence debug_line rows in Dwarf transform (PR #90535)

Greg Clayton via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 1 09:50:27 PDT 2024


https://github.com/clayborg commented:

Not sure this makes sense after checking the code for `DWARFDebugLine::LineTable::lookupAddressRangeImpl(...)`. If a line table has multiple sequences that contain an address, it will find the first sequence that contains the address and then return the rows for the function.

What is the effect of this change on the test case? Does it change the final line table in the GSYM file?

https://github.com/llvm/llvm-project/pull/90535


More information about the llvm-branch-commits mailing list