brintos

brintos / llvm-project-archived public Read only

0
0
Text · 621 B · 8219594 Raw
22 lines · plain
1// REQUIRES: aarch642// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o3// RUN: ld.lld --fix-cortex-a53-843419 -Ttext=0x8000000 %t.o -o %t24// RUN: llvm-objdump -d --start-address=0x8001000 --stop-address=0x8001004 %t2 | FileCheck %s5/// The temporary files are more than 128MiB. Delete them early.6// RUN: rm %t.o %t27 8.section .text.01, "ax", %progbits9.balign 409610.space 4096 - 811adrp x0, thunk12ldr x1, [x1, #0]13// CHECK: <thunk>:14// CHECK-NEXT: b 0xc001008 <__CortexA53843419_8001000>15thunk:16ldr x0, [x0, :got_lo12:thunk]17ret18.space 64 * 1024 * 102419 20.section .text.02, "ax", %progbits21.space 64 * 1024 * 102422