[llvm] [SPARC][Utilities] Add names for SPARC ELF flags in LLVM binary utilities (PR #102843)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 04:54:27 PDT 2024
================
@@ -699,11 +699,19 @@ enum {
// SPARC Specific e_flags
enum : unsigned {
+ // ELF extension mask.
+ // All values are available for EM_SPARC32PLUS & EM_SPARCV9 objects, except
+ // EF_SPARC_32PLUS which is a EM_SPARC32PLUS-only flag.
+ //
+ // Note that those features are not mutually exclusive (one can set more than
+ // one flag in this group).
----------------
jh7370 wrote:
I think it really depends on the context, but I'm not a massive expert specifically on this area of ELF flags, so I can't really advise further. Happy either way.
https://github.com/llvm/llvm-project/pull/102843
More information about the llvm-commits
mailing list