[PATCH] D23665: [AAP] (2) Add AAP ELF definitions
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 19:59:04 PDT 2016
majnemer added a subscriber: majnemer.
================
Comment at: include/llvm/Support/ELF.h:321-324
@@ -320,1 +320,6 @@
+
+ // A request has been made to the maintainer of the official registry for
+ // such numbers for an official value for AAP. As soon as one is allocated,
+ // this enum will be updated to use it.
+ EM_AAP = 0x5343 // AAP
};
----------------
This looks copy+pasted, has such a request been made?
Also, you could make it 0x504141 as it would then be AAP :)
https://reviews.llvm.org/D23665
More information about the llvm-commits
mailing list