2 // RUN
: llvm-mc
-filetype
=obj
-triple
=aarch64-unknown-linux
%s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-o
%t
4 // RUN
: llvm-objdump
-d
%t | FileCheck
%s
6 foo
= . + 0x1100000000000000
7 // CHECK
: adrp x0
, 0x210000
8 adrp x0
, :pg_hi21_nc
:foo