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

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 11:04:13 PDT 2022


DiggerLin created this revision.
DiggerLin added reviewers: jhenderson, hubert.reinterpretcast, MaskRay, daltenty.
Herald added subscribers: StephenFan, rupprecht.
Herald added a project: All.
DiggerLin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130292

Files:
  llvm/docs/CommandGuide/llvm-ar.rst
  llvm/tools/llvm-ar/llvm-ar.cpp


Index: llvm/tools/llvm-ar/llvm-ar.cpp
===================================================================
--- llvm/tools/llvm-ar/llvm-ar.cpp
+++ llvm/tools/llvm-ar/llvm-ar.cpp
@@ -87,7 +87,7 @@
     =gnu                -   gnu
     =darwin             -   darwin
     =bsd                -   bsd
-    =aix                -   aix (big archive)
+    =bigarchive         -   big archive (AIX OS)
   --plugin=<string>     - ignored for compatibility
   -h --help             - display this help and exit
   --output              - the directory to extract archive members to
Index: llvm/docs/CommandGuide/llvm-ar.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-ar.rst
+++ llvm/docs/CommandGuide/llvm-ar.rst
@@ -18,9 +18,9 @@
 generates a symbol table that makes linking faster because only the symbol
 table needs to be consulted, not each individual file member of the archive.
 
-The :program:`llvm-ar` command can be used to *read* archive files in SVR4,
-GNU, BSD and Darwin format, and *write* in the GNU, BSD, and Darwin style
-archive files. If an SVR4 format archive is used with the :option:`r`
+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`
 (quick update) operations, the archive will be reconstructed in the format
 defined by :option:`--format`.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130292.446579.patch
Type: text/x-patch
Size: 1581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/a4ee89f9/attachment.bin>


More information about the llvm-commits mailing list