aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/file.s
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-19 00:19:49 +0000
committerEric Christopher <echristo@apple.com>2010-10-19 00:19:49 +0000
commit1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92 (patch)
treea0211d7591ae98a122deeb82bc3fc081200b8283 /test/MC/ELF/file.s
parent3454ed9545d10064d84e45ad9a9ea26dddc255ba (diff)
downloadexternal_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/file.s')
-rw-r--r--test/MC/ELF/file.s32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/MC/ELF/file.s b/test/MC/ELF/file.s
index 26b9974..1e10531 100644
--- a/test/MC/ELF/file.s
+++ b/test/MC/ELF/file.s
@@ -4,20 +4,20 @@
.file "foo"
foa:
-// CHECK: # Symbol 0x1
-// CHECK-NEXT: (('st_name', 0x1) # 'foo'
-// CHECK-NEXT: ('st_bind', 0x0)
-// CHECK-NEXT: ('st_type', 0x4)
-// CHECK-NEXT: ('st_other', 0x0)
-// CHECK-NEXT: ('st_shndx', 0xfff1)
-// CHECK-NEXT: ('st_value', 0x0)
-// CHECK-NEXT: ('st_size', 0x0)
+// CHECK: # Symbol 1
+// CHECK-NEXT: (('st_name', 1) # 'foo'
+// CHECK-NEXT: ('st_bind', 0)
+// CHECK-NEXT: ('st_type', 4)
+// CHECK-NEXT: ('st_other', 0)
+// CHECK-NEXT: ('st_shndx', 65521)
+// CHECK-NEXT: ('st_value', 0)
+// CHECK-NEXT: ('st_size', 0)
// CHECK-NEXT: ),
-// CHECK-NEXT: # Symbol 0x2
-// CHECK-NEXT: (('st_name', 0x5) # 'foa'
-// CHECK-NEXT: ('st_bind', 0x0)
-// CHECK-NEXT: ('st_type', 0x0)
-// CHECK-NEXT: ('st_other', 0x0)
-// CHECK-NEXT: ('st_shndx', 0x1)
-// CHECK-NEXT: ('st_value', 0x0)
-// CHECK-NEXT: ('st_size', 0x0)
+// CHECK-NEXT: # Symbol 2
+// CHECK-NEXT: (('st_name', 5) # 'foa'
+// CHECK-NEXT: ('st_bind', 0)
+// CHECK-NEXT: ('st_type', 0)
+// CHECK-NEXT: ('st_other', 0)
+// CHECK-NEXT: ('st_shndx', 1)
+// CHECK-NEXT: ('st_value', 0)
+// CHECK-NEXT: ('st_size', 0)