ELF: Do not relax ADRP/LDR -> ADRP/ADD for absolute symbols in PIC.
GOT references to absolute symbols can't be relaxed to use ADRP/ADD in position-independent code because these instructions produce a relative address. Differential Revision: https://reviews.llvm.org/D128492
Loading
Please sign in to comment