1 @ RUN
: llvm-mc
-filetype
=obj
-triple
=armv7
%s
-o
%t
2 @ RUN
: llvm-readelf
-r
%t | FileCheck
%s
3 @ RUN
: llvm-mc
-filetype
=obj
-triple
=armebv7
%s
-o
%t
4 @ RUN
: llvm-readelf
-r
%t | FileCheck
%s
6 @ CHECK
: There are no relocations in this file.
11 ldrd
r0, r1, foo @ arm_pcrel_10_unscaled
12 vldr d0
, foo @ arm_pcrel_10
13 adr
r2, foo @ arm_adr_pcrel_12
14 ldr
r0, foo @ arm_ldst_pcrel_12
21 adr
r0, bar @ thumb_adr_pcrel_10
22 adr.w
r0, bar @ t2_adr_pcrel_12
23 ldr.w pc
, bar @ t2_ldst_pcrel_12