[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 15:22:54 PDT 2019


anushabasana created this revision.
anushabasana added reviewers: smeenai, alexshap, compnerd, mtrent.
anushabasana added a project: LLVM.
Herald added a subscriber: llvm-commits.

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

Test Plan:


Repository:
  rG LLVM Github Monorepo

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,10 @@
   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.
+
 BUGS
 ----
 


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


More information about the llvm-commits mailing list