Make the test a bit more strict and fix the math.

llvm-svn: 251913
This commit is contained in:
Rafael Espindola 2015-11-03 14:08:43 +00:00
parent e1bd952ea9
commit 31b71a921a
1 changed files with 3 additions and 1 deletions

View File

@ -42,10 +42,12 @@ movl $7, y
// CHECK-NEXT: Symbol: y
// CHECK-NEXT: Addend: 0x0
// CHECK-NEXT: }
// CHECK-NEXT: }
// CHECK-NEXT: ]
// 73888 = 0x120A0
// 16 is alignment here
// 73892 = 0x120A0 + 16
// 73904 = 0x120A0 + 16
// CODE: Disassembly of section .text:
// CODE-NEXT: main:
// CODE-NEXT: 11000: c7 04 25 a0 20 01 00 05 00 00 00 movl $5, 73888