[lld] [llvm] [Object][ELF] Support extended header for Object Parser in ELF (PR #162288)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 00:38:29 PDT 2025
================
@@ -529,6 +529,11 @@ struct Elf_Ehdr_Impl {
unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
+ bool HasHeaderExtension() const {
----------------
jh7370 wrote:
Please review the LLVM style guide regarding naming conventions.
https://github.com/llvm/llvm-project/pull/162288
More information about the llvm-commits
mailing list