[llvm] [AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (PR #125687)
Csanád Hajdú via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 08:21:57 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:
Should I copy the comment above the ARM flag as well?
https://github.com/llvm/llvm-project/pull/125687
More information about the llvm-commits
mailing list