[PATCH] D120660: [llvm-symbolizer] Add --approximate-missing-line-numbers Command Line Option

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 16:13:50 PST 2022


dblaikie added a comment.

I think the fix would be somewhere around ` DWARFDebugLine::LineTable::getFileLineInfoForAddress` where, if the resulting row (specified by RowIndex) is line zero, then the previous row could be inspected - no need to probe addresses that are in the same row and would return the same result repeatedly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120660/new/

https://reviews.llvm.org/D120660



More information about the llvm-commits mailing list