view 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
line wrap: on
line source

        .text
        .globl myfunc
        .globl func1
        .type func1, %function
func1:
        adrp x8, :got: myfunc
        ldr x8, [x8, :got_lo12: myfunc]
        ret