[PATCH] D130292: [AIX][NFC] modify the llvm-ar help information for big archive.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 00:03:03 PDT 2022


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

One slight nit, but otherwise LGTM!



================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:22-23
+The :program:`llvm-ar` command can be used to *read* archive files in SVR4, GNU,
+BSD , Big Archive and Darwin format, and *write* in the GNU, BSD, Big Archive and
+Darwin style archive files. If an SVR4 format archive is used with the :option:`r`
 (replace), :option:`d` (delete), :option:`m` (move) or :option:`q`
----------------
I believe strictly speaking these suggested commas are needed (and should have been there before).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130292



More information about the llvm-commits mailing list