[llvm] r363182 - [llvm-lipo] Update llvm-lipo docs for -archs flag

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 10:37:01 PDT 2019


Author: smeenai
Date: Wed Jun 12 10:37:01 2019
New Revision: 363182

URL: http://llvm.org/viewvc/llvm-project?rev=363182&view=rev
Log:
[llvm-lipo] Update llvm-lipo docs for -archs flag

The information for -archs flag is added to llvm-lipo.rst.

Patch by Anusha Basana <anusha.basana at gmail.com>

Differential Revision: https://reviews.llvm.org/D63100

Modified:
    llvm/trunk/docs/CommandGuide/llvm-lipo.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-lipo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-lipo.rst?rev=363182&r1=363181&r2=363182&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-lipo.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-lipo.rst Wed Jun 12 10:37:01 2019
@@ -27,6 +27,12 @@ COMMANDS
   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
 ----
 




More information about the llvm-commits mailing list