[libcxx-commits] [compiler-rt] [libcxx] [lld] [llvm] ELF: Add support for R_AARCH64_PATCHINST relocation type. (PR #133534)

Peter Collingbourne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 11 12:52:49 PDT 2025


================
@@ -61,6 +61,7 @@ ELF_RELOC(R_AARCH64_LD64_GOT_LO12_NC,                0x138)
 ELF_RELOC(R_AARCH64_LD64_GOTPAGE_LO15,               0x139)
 ELF_RELOC(R_AARCH64_PLT32,                           0x13a)
 ELF_RELOC(R_AARCH64_GOTPCREL32,                      0x13b)
+ELF_RELOC(R_AARCH64_PATCHINST,                       0x13c)
----------------
pcc wrote:

Done

https://github.com/llvm/llvm-project/pull/133534


More information about the libcxx-commits mailing list