[lld] [llvm] [LLD][ELF][AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (3/3) (PR #125689)
Csanád Hajdú via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 07:46:01 PST 2025
================
@@ -1300,7 +1300,10 @@ enum : unsigned {
SHF_MIPS_STRING = 0x80000000,
// Make code section unreadable when in execute-only mode
- SHF_ARM_PURECODE = 0x20000000
+ SHF_ARM_PURECODE = 0x20000000,
+
+ // Section contains only program instructions and no program data.
----------------
Il-Capitano wrote:
I made a comment on the PR concerned with the LLVM part about this: https://github.com/llvm/llvm-project/pull/125687/files#r1941424500
https://github.com/llvm/llvm-project/pull/125689
More information about the llvm-commits
mailing list