[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 04:46:54 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
----------------
ampandey-1995 wrote:
Done.
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list