[PATCH] D123949: [AIX] support write operation of big archive.

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 11:20:03 PDT 2022


DiggerLin added inline comments.


================
Comment at: llvm/lib/Object/ArchiveWriter.cpp:767
+      }
+      if (MemberTableNameStrTblSize % 3)
+        Out << '\0'; // Name table must be tail padded to an even number of
----------------
jhenderson wrote:
> Why has this become `% 3`? This isn't correct for tail padding to an even size.
good catch. it is a mistake, thanks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123949



More information about the llvm-commits mailing list