mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 03:36:09 +00:00

On AArch64, GOT references are page relative (ADRP + LDR), so they can't be applied until we know exactly where, within a page, the GOT entry will be in the target address space. Fixes <rdar://problem/18693976>. llvm-svn: 220347