[llvm] ELFRelocs/AArch64: update canonical reference URL (NFC) (PR #86955)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 11:35:31 PDT 2024
================
@@ -136,8 +141,11 @@ ELF_RELOC(R_AARCH64_TLS_DTPREL64, 0x405)
ELF_RELOC(R_AARCH64_TLS_TPREL64, 0x406)
ELF_RELOC(R_AARCH64_TLSDESC, 0x407)
ELF_RELOC(R_AARCH64_IRELATIVE, 0x408)
+// PAuthABI static relocations: Defined in pauthabielf64,
----------------
kovdan01 wrote:
`R_AARCH64_AUTH_RELATIVE` is a dynamic relocation - see it defined in "AUTH variant Dynamic Relocations" section https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#auth-variant-dynamic-relocations
https://github.com/llvm/llvm-project/pull/86955
More information about the llvm-commits
mailing list