[llvm] [AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (PR #125687)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 00:56:36 PST 2025


=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/125687 at github.com>


================
@@ -1337,6 +1337,10 @@ const EnumEntry<unsigned> ElfXCoreSectionFlags[] = {
   ENUM_ENT(XCORE_SHF_DP_SECTION, "")
 };
 
+const EnumEntry<unsigned> ElfAArch64SectionFlags[] = {
+    ENUM_ENT(SHF_AARCH64_PURECODE, "y"),
----------------
jh7370 wrote:

Presumably clang-format should be doing the indentation, so it should do what clang-format does. The clang-format bot hasn't actually posted a complaint on this PR interestingly. Perhaps something to do with the trailing comma, which isn't present in the neighbouring cases?

https://github.com/llvm/llvm-project/pull/125687


More information about the llvm-commits mailing list