diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-01 13:37:57 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-01 13:37:57 +0000 |
| commit | 575f79a409ee3849def691fbffb693f0afec6b4d (patch) | |
| tree | 0343706585e5097694010d01ed36c496adbc73bf /llvm/test | |
| parent | 64568ca18ab1acae40ebb3f93f815727a58489a3 (diff) | |
| download | bcm5719-llvm-575f79a409ee3849def691fbffb693f0afec6b4d.tar.gz bcm5719-llvm-575f79a409ee3849def691fbffb693f0afec6b4d.zip | |
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.
llvm-svn: 207763
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/COFF/offset.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/offset.s b/llvm/test/MC/COFF/offset.s index 9e6f42c4ddd..d0d3710fcce 100644 --- a/llvm/test/MC/COFF/offset.s +++ b/llvm/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 |

