blob: 2516239f5ee0fffbbc2677392ed8cdad1b8f75a8 [file] [log] [blame]
David Peixottoe407d092013-12-19 18:12:36 +00001@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
5bar:
6 mov r0, =0x101
Asiri Rathnayake13cef352014-12-04 19:34:59 +00007@ CHECK: error: unknown token in expression
David Peixottoe407d092013-12-19 18:12:36 +00008@ CHECK: mov r0, =0x101
9@ CHECK: ^
10