[lld] [llvm] [LLD][ELF][AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (3/3) (PR #125689)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 07:04:49 PST 2025
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/125689 at github.com>
================
@@ -459,6 +459,8 @@ static void checkOptions(Ctx &ctx) {
ErrAlways(ctx) << "-z gcs-report only supported on AArch64";
if (ctx.arg.zGcs != GcsPolicy::Implicit)
ErrAlways(ctx) << "-z gcs only supported on AArch64";
+ if (ctx.arg.zExecuteOnlyReport != "none")
----------------
smithp35 wrote:
Is there any reason this cannot be supported on Arm as well. The underlying mechanism is the same?
https://github.com/llvm/llvm-project/pull/125689
More information about the llvm-commits
mailing list