[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 02:26:10 PDT 2024
================
@@ -207,6 +207,14 @@ Example 7 - Addresses as symbol names:
foz
/tmp/test.h:1:0
+Example 8 - Addresses having approximate line info:
----------------
ampandey-1995 wrote:
I think the description below at line number 229 states that '--skip-line-zero' is an option which shows approximate line number for those address having no line number. Changing it here dosen't make sense to me. I can change this to `approximate line number`. @bd1976bris , any comments?
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list