[PATCH] D88817: [llvm-readobj/elf] - Ignore the hash table when on EM_S390/EM_ALPHA platforms.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 04:47:14 PDT 2020


uweigand added a comment.

It looks like this will trigger a warning being emitted on every use of llvm-readobj on a EM_S390 object file, which is probably not what we want.   (They all also contain .gnu.hash, so the fact that .hash is ignored is not anything that the user should be concerned about. --  This warning may just cause unnecessary confusion, or parse error with automated tools etc.)


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

https://reviews.llvm.org/D88817



More information about the llvm-commits mailing list