xref: /llvm-project/llvm/test/MC/ARM/ldr-pseudo-parse-errors.s (revision 13cef35cbae9824b7a96a717121c9e775863f168)
1e407d093SDavid Peixotto@RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s  2>&1 | FileCheck %s
2e407d093SDavid Peixotto@RUN: not llvm-mc -triple=armv7-apple-darwin < %s  2>&1 | FileCheck %s
3e407d093SDavid Peixotto
4e407d093SDavid Peixotto.text
5e407d093SDavid Peixottobar:
6e407d093SDavid Peixotto  mov r0, =0x101
7*13cef35cSAsiri Rathnayake@ CHECK: error: unknown token in expression
8e407d093SDavid Peixotto@ CHECK: mov r0, =0x101
9e407d093SDavid Peixotto@ CHECK:         ^
10e407d093SDavid Peixotto
11