2 // RUN
: llvm-mc
-filetype
=obj
-triple
=aarch64
%s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-o
%t
4 // RUN
: llvm-readelf
-r
%t | FileCheck
--check-prefix
=RELOC
%s
5 // RUN
: llvm-readelf
-x
.got %t | FileCheck %s
7 // RELOC
: no relocations
9 // CHECK
: 0x002201a0 00000000 00000000
14 ldr x8
, [x8
, :got_lo12
:foo
]