[PATCH] D90013: [llvm-objdump] - Rewrite malformed-archives.test to use YAML descriptions.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 02:04:52 PDT 2020


grimar added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/malformed-archives.test:45-46
+--- !Arch
+## It is the content based on an arbitrary valid named member. All fields except the first one ("Name")
+## are dropped, what makes the archive member to be truncated, but still allows to print its name.
+Content: "666f6f2e632020202020202020202020" ## "foo.c           "
----------------
jhenderson wrote:
> I had trouble understanding the original comment, so I've suggested an alternative.
Thanks.


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

https://reviews.llvm.org/D90013



More information about the llvm-commits mailing list