[lld] [LLD][AArch64] Mark .plt with PURECODE flag if all input sections also have it (PR #132224)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 07:20:11 PDT 2025
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/132224 at github.com>
================
@@ -2610,6 +2610,18 @@ PltSection::PltSection(Ctx &ctx)
// modify the instructions in the PLT entries.
if (ctx.arg.emachine == EM_SPARCV9)
this->flags |= SHF_WRITE;
+
----------------
smithp35 wrote:
For the bare metal case with linker script I think that would be OK. I expect that in a majority of cases a MEMORY region would be setup for the XO and non-XO memory. These would have distinct addresses such that a separate program header would be created anyway. If it weren't then PHDRS could be used to force the separation.
We'd need to release note the change in behaviour but I think that it is worth it to get the merging case right.
https://github.com/llvm/llvm-project/pull/132224
More information about the llvm-commits
mailing list