brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · ce98ee6 Raw
12 lines · plain
1# REQUIRES: aarch642 3# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-none %s -o %t.o4# RUN: not ld.lld -shared %t.o -o /dev/null 2>&1 | FileCheck %s5 6# CHECK: improper alignment for relocation R_AARCH64_LD_PREL_LO19: 0x2007D is not aligned to 4 bytes7 8  ldr x8, patatino9  .data10  .zero 511patatino:12