[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 23:50:57 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
----------------
ampandey-1995 wrote:
Yeah forgot to edit at this place. Thanks again.
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list