[PATCH] D100651: [AIX] Support of Big archive (read)

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 14:08:18 PDT 2021


DiggerLin requested changes to this revision.
DiggerLin added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Object/Archive.cpp:269
 
+Expected<StringRef> BigArchiveMemberHeader::getName(uint64_t Size) const {
+  // The raw name itself can be invalid.
----------------
it looks the parameter Size not be used here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100651



More information about the llvm-commits mailing list