[PATCH] D87493: [llvm-install-name-tool] Update the command-line guide
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 22:10:52 PDT 2020
alexshap created this revision.
alexshap added reviewers: jhenderson, MaskRay, smeenai.
Herald added a project: LLVM.
alexshap requested review of this revision.
Add --help, -h, --version, -V.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87493
Files:
llvm/docs/CommandGuide/llvm-install-name-tool.rst
Index: llvm/docs/CommandGuide/llvm-install-name-tool.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-install-name-tool.rst
+++ llvm/docs/CommandGuide/llvm-install-name-tool.rst
@@ -43,6 +43,10 @@
times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
the binary.
+.. option:: --help, -h
+
+ Print a summary of command line options.
+
.. option:: -id <name>
Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
@@ -55,6 +59,10 @@
multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
in the binary or ``<new_rpath>`` is already listed in the binary.
+.. option:: --version, -V
+
+ Display the version of the :program:`llvm-install-name-tool` executable.
+
EXIT STATUS
-----------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87493.291130.patch
Type: text/x-patch
Size: 849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200911/1f59bdbd/attachment.bin>
More information about the llvm-commits
mailing list