[PATCH] D124940: [AIX] llvm-link support big archive.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 04:20:43 PDT 2022


jhenderson accepted this revision.
jhenderson added a comment.

LGTM, with @MaskRay's summary change suggestion.

Would it make sense to make the `object::Archive` constructor private, to stop code from directly using it instead of using the `create` function? Could be a follow-up patch, if you want.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124940



More information about the llvm-commits mailing list