[PATCH] D138986: [AIX][BigArchive] Treat the archive is empty if the first child member offset is zero

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 06:33:52 PST 2023


lkail marked 2 inline comments as done.
lkail added inline comments.


================
Comment at: llvm/lib/Object/Archive.cpp:141
+      *Err = malformedError(
+          "Remaining buffer is unable to contain next archive member");
+    return;
----------------
jhenderson wrote:
> This message isn't covered by any testing it seems?
It should be covered by cases existed, I've updated the error message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138986



More information about the llvm-commits mailing list