[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 05:22:58 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.
----------------
ampandey-1995 wrote:
No longer required. The ```lookupAddress``` and ```lookupAddressImpl``` will return the RowIndex only.
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list