2 // RUN
: llvm-mc
-filetype
=obj
-triple
=armv7a-none-linux-gnueabi
%s
-o
%t
3 // RUN
: llvm-mc
-filetype
=obj
-triple
=armv7a-none-linux-gnueabi
%S
/Inputs
/abs256.s
-o
%t256.o
4 // RUN
: ld.lld
%t %t256.o
-o
%t2
5 // RUN
: llvm-objdump
-d
%t2 | FileCheck
%s
9 .section .R_ARM_ABS32POS, "ax",%progbits
12 // S
= 0x100, A = 0x24
14 // CHECK
: Disassembly of section
.R_ARM_ABS32POS:
17 .section .R_ARM_ABS32NEG, "ax",%progbits
19 // S
= 0x100, A = -0x24
20 // CHECK
: Disassembly of section
.R_ARM_ABS32NEG: