[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 11:41:19 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:
+
+.. code-block:: console
+
+ $ llvm-symbolizer --obj=test.elf --approximate-line 0xa
----------------
dwblaikie wrote:
presumably `s/--approximate-line/--skip-line-zero/` here?
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list