[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / modified-immediate-fixup-error.s
blob2d111751cc1f0c42eddd2ec9ba9a32af1d5ae04a
1 @ PR24346
2 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
4 .data
5 .align 8
6 L2:
7 .word 0
8 .align 8
9 .byte 0
10 L1:
12 .text
13 @ CHECK: error: out of range immediate fixup value
14 add r0, r0, #(L1 - L2)