[llvm-branch-commits] ELF: Introduce R_AARCH64_PATCHINST relocation	type. (PR #133534)
    Fangrui Song via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Sat Aug  9 11:07:38 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)
----------------
MaskRay wrote:
Also add a test to tools/llvm-readobj/ELF/reloc-types-aarch64.test
https://github.com/llvm/llvm-project/pull/133534
    
    
More information about the llvm-branch-commits
mailing list