[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>
================
@@ -0,0 +1,33 @@
+// REQUIRES: aarch64
----------------
smithp35 wrote:
Not a comment on this file, but you'll need to add tests for `-z execute-only-report` including at least one case for it not being supported on an architecture other than AArch64 (or Arm if you permit it for that).
https://github.com/llvm/llvm-project/pull/125689
More information about the llvm-commits
mailing list