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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 00:12:12 PDT 2024


================
@@ -207,6 +207,14 @@ Example 7 - Addresses as symbol names:
   foz
   /tmp/test.h:1:0
 
+Example 8 - Skip line zero output for an address with no line correspondence (an address associated with line zero):
----------------
jh7370 wrote:

A quick glance, and I'd prefer the first one (and I'm pretty sure @bd1976bris meant this too).

As this is documentation, please make sure to use the appropriate `:option:` markup to link the `--skip-line-zero` reference to the actual otpion.

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


More information about the llvm-commits mailing list