[PATCH] D89691: [obj2yaml] - Add support of dumping archives.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 04:59:17 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a project: LLVM.
grimar requested review of this revision.

Currently obj2yaml does not support dumping archives.
With this change the behavior changed to:

1. Try to extract each binary one by one and try to dump it.
2. Report an error and skip a binary when it is not possible to dump it.


https://reviews.llvm.org/D89691

Files:
  llvm/test/tools/obj2yaml/archive.test
  llvm/tools/obj2yaml/obj2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89691.299012.patch
Type: text/x-patch
Size: 9153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/30bc982d/attachment.bin>


More information about the llvm-commits mailing list