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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 09:47:20 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):
----------------
bd1976bris wrote:

Sorry - I know I suggested it but looking at it again "Skip line zero output" reads as "Skip (line zero output)" at least to me, which is confusing. Let's change to "--skip-line-zero output".

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


More information about the llvm-commits mailing list