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 | ||||
7 | @ CHECK: error: unexpected token in operand | ||||
8 | @ CHECK: mov r0, =0x101 | ||||
9 | @ CHECK: ^ | ||||
10 |