[PATCH] D103546: Added ELFObjectFileBase::checkMagic() for checking ELF magic word.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 12:35:11 PDT 2021
MaskRay added a comment.
It is rare that an application can process all of elf_relocatable, elf_executable, and elf_shared_object. llvm-objcopy is such a tool, but most others either only handle elf_relocatable or elf_executable+elf_shared_object.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103546/new/
https://reviews.llvm.org/D103546
More information about the llvm-commits
mailing list