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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 10:16:55 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):
----------------
ampandey-1995 wrote:

Just to be clear do you want in this fashion?

``` 
--skip-line-zero output for an address with no line correspondence (an address associated with line zero)
```

Or 

```
Skip line-zero output for an address with no line correspondence (an address associated with line zero)
```

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


More information about the llvm-commits mailing list