2 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%S
/Inputs
/abs.s
-o
%tabs
3 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%s
-o
%t
4 // RUN
: ld.lld
%tabs
%t -o
%tout
5 // RUN
: llvm-objdump
--no-print-imm-hex
-d
%tout | FileCheck
%s
12 //CHECK-NEXT
: movl $
66, %edx