diff options
author | Eric Christopher <echristo@apple.com> | 2010-10-19 00:19:49 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-10-19 00:19:49 +0000 |
commit | 1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92 (patch) | |
tree | a0211d7591ae98a122deeb82bc3fc081200b8283 /test/MC/ELF/norelocation.s | |
parent | 3454ed9545d10064d84e45ad9a9ea26dddc255ba (diff) | |
download | external_llvm-1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92.zip external_llvm-1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92.tar.gz external_llvm-1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92.tar.bz2 |
Speculatively revert 116753 and 116756 to attempt to fix the bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/norelocation.s')
-rw-r--r-- | test/MC/ELF/norelocation.s | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/MC/ELF/norelocation.s b/test/MC/ELF/norelocation.s index 6d6a9a1..3e9f6e0 100644 --- a/test/MC/ELF/norelocation.s +++ b/test/MC/ELF/norelocation.s @@ -3,16 +3,16 @@ call bar bar: -// CHECK: ('sh_name', 0x1) # '.text' -// CHECK-NEXT: ('sh_type', 0x1) -// CHECK-NEXT: ('sh_flags', 0x6) -// CHECK-NEXT: ('sh_addr', 0x0) -// CHECK-NEXT: ('sh_offset', 0x40) -// CHECK-NEXT: ('sh_size', 0x5) -// CHECK-NEXT: ('sh_link', 0x0) -// CHECK-NEXT: ('sh_info', 0x0) -// CHECK-NEXT: ('sh_addralign', 0x4) -// CHECK-NEXT: ('sh_entsize', 0x0) +// CHECK: ('sh_name', 1) # '.text' +// CHECK-NEXT: ('sh_type', 1) +// CHECK-NEXT: ('sh_flags', 6) +// CHECK-NEXT: ('sh_addr', 0) +// CHECK-NEXT: ('sh_offset', 64) +// CHECK-NEXT: ('sh_size', 5) +// CHECK-NEXT: ('sh_link', 0) +// CHECK-NEXT: ('sh_info', 0) +// CHECK-NEXT: ('sh_addralign', 4) +// CHECK-NEXT: ('sh_entsize', 0) // CHECK-NEXT: ('_section_data', 'e8000000 00') // CHECK-NOT: .rela.text // CHECK: shstrtab |