1 // RUN
: llvm-mc
-triple aarch64-windows-gnu
-filetype obj
-o
%t.obj
%s
2 // RUN
: llvm-objdump
--no-print-imm-hex
-d
%t.obj | FileCheck
%s
3 // RUN
: llvm-mc
-triple aarch64-windows-msvc
-filetype obj
-o
%t.obj
%s
4 // RUN
: llvm-objdump
--no-print-imm-hex
-d
%t.obj | FileCheck
%s
7 // Check that the
nop instruction after the semicolon also is handled
11 // CHECK
: 0: d503201f
nop
12 // CHECK
: 4: d503201f
nop
13 // CHECK
: 8: 9100a800
add x0
, x0
, #42