[lld] [llvm] [Object][ELF] Support extended header for Object Parser in ELF (PR #162288)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 01:42:47 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 {
----------------
aokblast wrote:

Fixed. Thanks!

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


More information about the llvm-commits mailing list