[all-commits] [llvm/llvm-project] 1ef5b9: [PAC][lld][AArch64][ELF] Support signed GOT with t...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Tue Dec 17 22:42:15 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ef5b987a464611a60e873650726b5e02fda0feb
https://github.com/llvm/llvm-project/commit/1ef5b987a464611a60e873650726b5e02fda0feb
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/InputSection.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
[PAC][lld][AArch64][ELF] Support signed GOT with tiny code model (#113816)
Depends on #114525
Support `R_AARCH64_AUTH_GOT_ADR_PREL_LO21` and `R_AARCH64_AUTH_GOT_LD_PREL19`
GOT-generating relocations. A corresponding `RE_AARCH64_AUTH_GOT_PC` member
of `RelExpr` is added, which is an AUTH-specific variant of `R_GOT_PC`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list