David Peixotto | e407d09 | 2013-12-19 18:12:36 +0000 | [diff] [blame] | 1 | @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s |
2 | @RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s | ||||
3 | |||||
4 | .text | ||||
5 | bar: | ||||
6 | mov r0, =0x101 | ||||
Asiri Rathnayake | 13cef35 | 2014-12-04 19:34:59 +0000 | [diff] [blame] | 7 | @ CHECK: error: unknown token in expression |
David Peixotto | e407d09 | 2013-12-19 18:12:36 +0000 | [diff] [blame] | 8 | @ CHECK: mov r0, =0x101 |
9 | @ CHECK: ^ | ||||
10 |