[PATCH] D63100: [llvm-lipo] Update llvm-lipo docs for -archs flag
Anusha Basana via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 09:39:08 PDT 2019
anushabasana updated this revision to Diff 204090.
anushabasana added a comment.
Clarified description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63100/new/
https://reviews.llvm.org/D63100
Files:
llvm/docs/CommandGuide/llvm-lipo.rst
Index: llvm/docs/CommandGuide/llvm-lipo.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-lipo.rst
+++ llvm/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.204090.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/dcdfed4b/attachment.bin>
More information about the llvm-commits
mailing list