1 @ RUN
: not llvm-mc
%s
-triple armv7-linux-gnueabi
-filetype asm
-o
- 2>&1 \
2 @ RUN
: | FileCheck
-check-prefix CHECK-ERROR
%s
8 .global suffixes_required_in_thumb
9 .type suffixes_required_in_thumb,%function
10 suffixes_required_in_thumb
:
12 @ CHECK-ERROR
: cannot determine Thumb instruction size
, use inst.n
/inst.w instead