[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 14 16:08:14 PDT 2024
================
@@ -0,0 +1,402 @@
+## Test --skip-line-zero option.
+##
+## This test illustrates the usage of handcrafted assembly to produce the following line table.
+## Address Line Column File ISA Discriminator OpIndex Flags
+## ------------------ ------ ------ ------ --- ------------- ------- -------------
+## 0x0000000000001710 1 0 2 0 0 0 is_stmt
----------------
bd1976bris wrote:
I think that @dwblaikie wanted the is_stmt/epilogue_begin/column instructions removed? It would probably be best to remove everything that is not important to --skip-line-zero from this table.
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list