[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 04:34:52 PDT 2024


================
@@ -216,6 +224,12 @@ OPTIONS
   This can be used to perform lookups as if the object were relocated by the
   offset.
 
+.. option:: --skip-line-zero
+
+  If an address does not have an associated line number, use the last line
+  number from the current sequence in the line-table. Such lines are labeled
+  as "approximate" in the output as they may be misleading.
+
----------------
ampandey-1995 wrote:

Matched both the documentation in Opts.td to llvm-symbolizer.rst.

https://github.com/llvm/llvm-project/pull/82240


More information about the llvm-commits mailing list