diff options
Diffstat (limited to 'llvm/test/MC/ELF/cfi-rel-offset.s')
| -rw-r--r-- | llvm/test/MC/ELF/cfi-rel-offset.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ELF/cfi-rel-offset.s b/llvm/test/MC/ELF/cfi-rel-offset.s index b470eda8105..f8cd96a57d6 100644 --- a/llvm/test/MC/ELF/cfi-rel-offset.s +++ b/llvm/test/MC/ELF/cfi-rel-offset.s @@ -14,7 +14,7 @@ f: .cfi_rel_offset 6,0 .cfi_endproc -// CHECK: # Section 0x00000004 +// CHECK: # Section 4 // CHECK-NEXT: (('sh_name', 0x00000011) # '.eh_frame' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000002) @@ -27,7 +27,7 @@ f: // CHECK-NEXT: ('sh_entsize', 0x00000000) // CHECK-NEXT: ('_section_data', '14000000 00000000 017a5200 01781001 1b0c0708 90010000 24000000 1c000000 00000000 05000000 00410e08 410d0641 11067f41 0e104186 02000000 00000000') // CHECK-NEXT: ), -// CHECK-NEXT: # Section 0x00000005 +// CHECK-NEXT: # Section 5 // CHECK-NEXT: (('sh_name', 0x0000000c) # '.rela.eh_frame' // CHECK-NEXT: ('sh_type', 0x00000004) // CHECK-NEXT: ('sh_flags', 0x00000000) |

