[PATCH] D84240: [llvm-readelf] - Introduce describe() helper functions.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 10:01:19 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:3127
-    unsigned SecNdx = PltRelSec - &cantFail(Obj->sections()).front();
-    return createError("unable to get a symbol table linked to the RELPLT "
-                       "section with index " +
----------------
The previous "RELPLT" seems more specific than SHT_PROGBITS. Do we need to change it?



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

https://reviews.llvm.org/D84240





More information about the llvm-commits mailing list