[all-commits] [llvm/llvm-project] a4ace3: [PAC][lld] Fix reloc against adrp imm in PAC PLT h...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Wed Oct 23 09:48:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4ace3de1b390451ce5e41bce74b90dcd992ab61
https://github.com/llvm/llvm-project/commit/a4ace3de1b390451ce5e41bce74b90dcd992ab61
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
Log Message:
-----------
[PAC][lld] Fix reloc against adrp imm in PAC PLT header (#113429)
The PAC PLT header contains adrp instruction which immediate should be
filled. In https://reviews.llvm.org/D62609, the adrp instruction address
was calculated incorrectly. This patch resolves the issue.
The test is already present in test/ELF/aarch64-feature-pac.s
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