[lld] [llvm] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 08:01:22 PDT 2024
================
@@ -1900,6 +1932,18 @@ static void removeUnusedSyntheticSections() {
auto *sec = cast<SyntheticSection>(s);
if (sec->getParent() && sec->isNeeded())
return false;
+ // Packed AArch64 AUTH relocs might be moved from .relr.auth.dyn to
----------------
kovdan01 wrote:
Fixed, thanks, see d32b8e32fc1c938e5a005997b832d215a308037d
https://github.com/llvm/llvm-project/pull/72714
More information about the llvm-commits
mailing list