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

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 10:52:48 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG74cb8dfaac09: [AIX][NFC] modify the llvm-ar help information for big archive. (authored by zhijian <zhijian at ca.ibm.com>).

Changed prior to commit:
  https://reviews.llvm.org/D130292?vs=446579&id=446906#toc

Repository:
  rG LLVM Github Monorepo

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

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.446906.patch
Type: text/x-patch
Size: 1583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/bde554ff/attachment.bin>


More information about the llvm-commits mailing list