Update for a recent format change.

llvm-svn: 269496
This commit is contained in:
Rui Ueyama 2016-05-13 21:58:46 +00:00
parent 9194db78fb
commit 109ff37430
2 changed files with 8 additions and 8 deletions

View File

@ -10,12 +10,12 @@
#RELOC-NEXT: ]
# TCB size = 0x16 and foo is first element from TLS register.
#CHECK: Disassembly of section .text:
#CHECK: _start:
#CHECK: 11000: 00 00 a0 d2 movz x0, #0, lsl #16
#CHECK: 11004: 00 02 80 f2 movk x0, #0x10
#CHECK: 11008: 1f 20 03 d5 nop
#CHECK: 1100c: 1f 20 03 d5 nop
# CHECK: Disassembly of section .text:
# CHECK: _start:
# CHECK: 11000: 00 00 a0 d2 movz x0, #0, lsl #16
# CHECK: 11004: 00 02 80 f2 movk x0, #16
# CHECK: 11008: 1f 20 03 d5 nop
# CHECK: 1100c: 1f 20 03 d5 nop
.globl _start
_start:

View File

@ -13,9 +13,9 @@
# CHECK: Disassembly of section .text:
# CHECK: _start:
# CHECK-NEXT: 11000: 00 00 a0 d2 movz x0, #0, lsl #16
# CHECK-NEXT: 11004: 80 02 80 f2 movk x0, #0x14
# CHECK-NEXT: 11004: 80 02 80 f2 movk x0, #20
# CHECK-NEXT: 11008: 00 00 a0 d2 movz x0, #0, lsl #16
# CHECK-NEXT: 1100c: 00 02 80 f2 movk x0, #0x10
# CHECK-NEXT: 1100c: 00 02 80 f2 movk x0, #16
.section .tdata
.align 2