[lld] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 22:06:49 PST 2023
================
@@ -2976,6 +3026,9 @@ void LinkerDriver::link(opt::InputArgList &args) {
// contain a hint to tweak linker's and loader's behaviors.
config->andFeatures = getAndFeatures();
+ if (config->emachine == EM_AARCH64)
+ getAarch64PauthInfo();
----------------
kovdan01 wrote:
Thanks, fixed in 589c6455a929f41ed3a79fc7d91119586eb1ee7b
https://github.com/llvm/llvm-project/pull/72714
More information about the llvm-commits
mailing list