[PATCH] D63100: [llvm-lipo] Update llvm-lipo docs for -archs flag

Anusha Basana via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 16:03:50 PDT 2019


anushabasana updated this revision to Diff 203925.
anushabasana added a comment.

Added more detail


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.
+  Display unknown architectures as unknown(CPUtype,CPUsubtype).
+  Print architectures as a single word so -archs is suitable for shell scripting.
+
 BUGS
 ----
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63100.203925.patch
Type: text/x-patch
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190610/91595342/attachment-0001.bin>


More information about the llvm-commits mailing list