[lld] [llvm] [llvm][lld] Support R_AARCH64_GOTPCREL32 (PR #72584)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 16:02:56 PST 2023
================
@@ -166,6 +167,7 @@ ELF_RELOC(R_AARCH64_P32_ADR_GOT_PAGE, 0x01a)
ELF_RELOC(R_AARCH64_P32_LD32_GOT_LO12_NC, 0x01b)
ELF_RELOC(R_AARCH64_P32_LD32_GOTPAGE_LO14, 0x01c)
ELF_RELOC(R_AARCH64_P32_PLT32, 0x01d)
+ELF_RELOC(R_AARCH64_P32_GOTPCREL32, 0x01e)
----------------
PiJoules wrote:
Removed.
https://github.com/llvm/llvm-project/pull/72584
More information about the llvm-commits
mailing list