zig/deps/lld/test/ELF/aarch64-load-alignment.s

12 lines
302 B
ArmAsm
Raw Normal View History

2018-01-18 06:29:21 +08:00
# REQUIRES: aarch64
# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-none %s -o %t.o
2018-08-05 05:47:16 +08:00
# RUN: not ld.lld -shared %t.o -o /dev/null 2>&1 | FileCheck %s
2018-01-18 06:29:21 +08:00
# CHECK: improper alignment for relocation R_AARCH64_LD_PREL_LO19: 0x10005 is not aligned to 4 bytes
ldr x8, patatino
.data
.zero 5
patatino: