1 @ RUN
: llvm-mc
-triple armv7-none-linux
-filetype
=obj
-o
%t.o
%s
2 @ RUN
: llvm-objdump
-triple thumbv7-none-linux
-d
%t.o | FileCheck
--check-prefix
=ARM_2_THUMB
%s
4 @ RUN
: llvm-mc
-triple armv7-apple-darwin
-filetype
=obj
-o
%t_darwin.o
%s
5 @ RUN
: llvm-objdump
-triple thumbv7-apple-darwin
-d
%t_darwin.o | FileCheck
--check-prefix
=ARM_2_THUMB
%s
9 @ ARM_2_THUMB-LABEL
: foo
13 @ ARM_2_THUMB
: 2: 00 bf nop