[PATCH] D63100: [llvm-lipo] Update llvm-lipo docs for -archs flag
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 10:34:40 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363182: [llvm-lipo] Update llvm-lipo docs for -archs flag (authored by smeenai, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D63100?vs=204090&id=204326#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63100/new/
https://reviews.llvm.org/D63100
Files:
llvm/trunk/docs/CommandGuide/llvm-lipo.rst
Index: llvm/trunk/docs/CommandGuide/llvm-lipo.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-lipo.rst
+++ llvm/trunk/docs/CommandGuide/llvm-lipo.rst
@@ -27,6 +27,12 @@
Take a single input file and verify the specified architectures are present in the file.
If so then exit with a status of 0 else exit with a status of 1.
+.. option:: -archs
+
+ Take a single input file and display the architectures present in the file.
+ Each architecture is separated by a single whitespace.
+ Unknown architectures are displayed as unknown(CPUtype,CPUsubtype).
+
BUGS
----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63100.204326.patch
Type: text/x-patch
Size: 640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/4508b926/attachment.bin>
More information about the llvm-commits
mailing list