summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-05-01 13:37:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-05-01 13:37:57 +0000
commit23d27597a343d3be78270e1cc6a65e3a0cc00a81 (patch)
tree38abd965908ddcd9e561d97ac2dd5591bb9a1bfd /test/MC
parentf2b88ce2fd0d204b981f2c6cc70f8112f563fd7c (diff)
downloadllvm-23d27597a343d3be78270e1cc6a65e3a0cc00a81.tar.gz
llvm-23d27597a343d3be78270e1cc6a65e3a0cc00a81.tar.bz2
llvm-23d27597a343d3be78270e1cc6a65e3a0cc00a81.tar.xz
Compute the correct section for zed = foo + 1 in COFF.
This fixes pr19147. There are a few more related issues to fix, but the testcase in the bug now passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/COFF/offset.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/COFF/offset.s b/test/MC/COFF/offset.s
index 9e6f42c4dd..d0d3710fcc 100644
--- a/test/MC/COFF/offset.s
+++ b/test/MC/COFF/offset.s
@@ -11,7 +11,7 @@ test1_zed = test1_foo + 1
// CHECK: Symbol {
// CHECK: Name: test1_zed
// CHECK-NEXT: Value: 1
-// CHECK-NEXT: Section:
+// CHECK-NEXT: Section: .data
// CHECK-NEXT: BaseType: Null
// CHECK-NEXT: ComplexType: Null
// CHECK-NEXT: StorageClass: External