[PATCH] D142883: [BigArchive][NFC] Enhance test cases introduced in D138986

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 05:24:41 PST 2023


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

Looks good, with one optional suggestion.



================
Comment at: llvm/test/Object/archive-big-read-empty-with-freelist.test:2
+## Test reading an empty archive with free list in it, should exit normally.
+# RUN: llvm-ar tv %p/Inputs/aix-empty-big-archive-with-freelist.a 2>&1
----------------
If you'd like to verify that the output is empty, you can add `| count 0` to the end of this line (see other examples in the lit tests again).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142883



More information about the llvm-commits mailing list