summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/aarch64-addrifunc.s
blob: 70536e15d3acafbeee7ac6c04b7f5873d74dd407 (plain)
1
2
3
4
5
6
7
8
        .text
        .globl myfunc
        .globl func1
        .type func1, %function
func1:
        adrp x8, :got: myfunc
        ldr x8, [x8, :got_lo12: myfunc]
        ret
OpenPOWER on IntegriCloud