15 lines · plain
1@ PR243462@ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s3 4 .data5 .align 86L2:7 .word 08 .align 89 .byte 010L1:11 12 .text13@ CHECK: error: out of range immediate fixup value14 add r0, r0, #(L1 - L2)15