[PATCH] D93689: [llvm-readobj] - Dump the ELF file type better.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 20:33:34 PST 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:3516
 
+const EnumEntry<unsigned> *getObjectFileEnumEntry(unsigned Type) {
+  auto It = llvm::find_if(ElfObjectFileType, [&](const EnumEntry<unsigned> &E) {
----------------
static


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93689/new/

https://reviews.llvm.org/D93689



More information about the llvm-commits mailing list