annotate lld/test/ELF/Inputs/aarch64-addrifunc.s @ 192:d7606dcf6fce

Added tag llvm10 for changeset 0572611fdcc8
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 18:01:34 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 .text
anatofuz
parents:
diff changeset
2 .globl myfunc
anatofuz
parents:
diff changeset
3 .globl func1
anatofuz
parents:
diff changeset
4 .type func1, %function
anatofuz
parents:
diff changeset
5 func1:
anatofuz
parents:
diff changeset
6 adrp x8, :got: myfunc
anatofuz
parents:
diff changeset
7 ldr x8, [x8, :got_lo12: myfunc]
anatofuz
parents:
diff changeset
8 ret