brintos

brintos / llvm-project-archived public Read only

0
0
Text · 489 B · b486abe Raw
14 lines · plain
1//RUN: not llvm-mc -triple=aarch64-linux -filetype=obj %s -o /dev/null 2> %t22//RUN: cat %t2 | FileCheck %s3 4//These tests look for errors that should be reported for invalid object layout5//with the ldr pseudo. They are tested separately from parse errors because they6//only trigger when the file has successfully parsed and the object file is about7//to be written out.8 9.text10foo:11// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range12  ldr x0, =0x1011113  .space 0xdeadb014