[PATCH] D86771: [llvm-readobj/elf] - Don't fail when dumping an archive with a member that can't be recognized.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 04:03:22 PDT 2020


grimar added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/archive.test:89-90
+## Here we test that we report a warning and continue dumping when an archive contains
+## a unrecognized object. We place a dummy archive to another archive in the middle,
+## so that it is placed between two valid objects.
+
----------------
jhenderson wrote:
> 
Fixed in rG6c6984ecd5438f3f7016bf6b79ebf6d9962f5b4b, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86771



More information about the llvm-commits mailing list