Skip to content

Commit 8c2821e

Browse files
committed
update arm64-delayimport.yaml
1 parent 4447e4f commit 8c2821e

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

lld/test/COFF/arm64-delayimport.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@
2121
# DISASM: 140001048: aa1103e1 mov x1, x17
2222
# DISASM: 14000104c: b0000000 adrp x0, 0x140002000
2323
# DISASM: 140001050: 91000000 add x0, x0, #0
24-
# DISASM: 140001054: 97ffffeb bl 0x140001000 <.text>
25-
# DISASM: 140001058: aa0003f0 mov x16, x0
26-
# DISASM: 14000105c: ad459fe6 ldp q6, q7, [sp, #176]
27-
# DISASM: 140001060: ad4497e4 ldp q4, q5, [sp, #144]
28-
# DISASM: 140001064: ad438fe2 ldp q2, q3, [sp, #112]
29-
# DISASM: 140001068: ad4287e0 ldp q0, q1, [sp, #80]
30-
# DISASM: 14000106c: a9441fe6 ldp x6, x7, [sp, #64]
31-
# DISASM: 140001070: a94317e4 ldp x4, x5, [sp, #48]
32-
# DISASM: 140001074: a9420fe2 ldp x2, x3, [sp, #32]
33-
# DISASM: 140001078: a94107e0 ldp x0, x1, [sp, #16]
34-
# DISASM: 14000107c: a8cd7bfd ldp x29, x30, [sp], #208
35-
# DISASM: 140001080: d61f0200 br x16
24+
# DISASM 140001054: 90000002 adrp x2, 0x140001000 <.text>
25+
# DISASM 140001058: 91000042 add x2, x2, #0
26+
# DISASM 14000105c: d63f0040 blr x2
27+
# DISASM: 140001060: aa0003f0 mov x16, x0
28+
# DISASM: 140001064: ad459fe6 ldp q6, q7, [sp, #176]
29+
# DISASM: 140001068: ad4497e4 ldp q4, q5, [sp, #144]
30+
# DISASM: 14000106c: ad438fe2 ldp q2, q3, [sp, #112]
31+
# DISASM: 140001070: ad4287e0 ldp q0, q1, [sp, #80]
32+
# DISASM: 140001074: a9441fe6 ldp x6, x7, [sp, #64]
33+
# DISASM: 140001078: a94317e4 ldp x4, x5, [sp, #48]
34+
# DISASM: 14000107c: a9420fe2 ldp x2, x3, [sp, #32]
35+
# DISASM: 140001080: a94107e0 ldp x0, x1, [sp, #16]
36+
# DISASM: 140001084: a8cd7bfd ldp x29, x30, [sp], #208
37+
# DISASM: 140001088: d61f0200 br x16
3638

3739
# IMPORTS: Format: COFF-ARM64
3840
# IMPORTS: Arch: aarch64

0 commit comments

Comments
 (0)