[PATCH] D130335: [BOLT][DWARF] Fix bolt/test/X86/shared-abbrev.s

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 10:46:26 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa2035c566f5d: [BOLT][DWARF] Fix bolt/test/X86/shared-abbrev.s (authored by zr33, committed by ayermolo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130335/new/

https://reviews.llvm.org/D130335

Files:
  bolt/test/X86/shared-abbrev.s


Index: bolt/test/X86/shared-abbrev.s
===================================================================
--- bolt/test/X86/shared-abbrev.s
+++ bolt/test/X86/shared-abbrev.s
@@ -12,14 +12,14 @@
 # CHECK-NEXT: 		DW_AT_stmt_list
 # CHECK-NEXT: 		DW_AT_low_pc
 # CHECK-NEXT: 		DW_AT_ranges
-# CHECK: 0x0000001d:
+# CHECK: 0x0000001c:
 # CHECK-SAME: abbr_offset = 0x0017
 # CHECK-EMPTY:
 # CHECK:		DW_TAG_compile_unit
 # CHECK-NEXT: 		DW_AT_stmt_list
 # CHECK-NEXT: 		DW_AT_low_pc
 # CHECK-NEXT: 		DW_AT_ranges
-# CHECK: 0x0000003a:
+# CHECK: 0x00000039:
 # CHECK-SAME: abbr_offset = 0x0000
 # CHECK-EMPTY:
 # CHECK-NEXT: 		DW_TAG_compile_unit
@@ -78,7 +78,6 @@
   .byte 2                               # Abbrev [2] DW_TAG_compile_unit
   .long .Lline_table_start0             # DW_AT_stmt_list
   .quad 0                               # DW_AT_low_pc
-  .byte 0                               # End Of Children Mark
   .long .Ldebug_ranges0                 # DW_AT_ranges --- end manual --
 .Ldebug_info_end0:
 
@@ -104,7 +103,6 @@
   .byte 2                               # Abbrev [2] DW_TAG_compile_unit
   .long .Lline_table_start0             # DW_AT_stmt_list
   .quad 0                               # DW_AT_low_pc
-  .byte 0                               # End Of Children Mark
   .long .Ldebug_ranges0                 # DW_AT_ranges --- end manual --
 .Ldebug_info_end2:
   .section  .debug_ranges,"", at progbits


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130335.446903.patch
Type: text/x-patch
Size: 1413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/207b9500/attachment.bin>


More information about the llvm-commits mailing list