[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 21:32:00 PDT 2024


================
@@ -240,7 +240,8 @@ class DWARFDebugLine {
 
     /// Returns the index of the row with file/line info for a given address,
     /// or UnknownRowIndex if there is no such row.
----------------
dwblaikie wrote:

Update this comment to describe the pair (& consider using a struct with named members for better readability)

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


More information about the llvm-commits mailing list