We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d4c4e commit 53ba045Copy full SHA for 53ba045
llvm/docs/CommandGuide/llvm-install-name-tool.rst
@@ -43,6 +43,10 @@ the same `<rpath>` value.
43
times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
44
the binary.
45
46
+.. option:: --help, -h
47
+
48
+ Print a summary of command line options.
49
50
.. option:: -id <name>
51
52
Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
@@ -55,6 +59,10 @@ the same `<rpath>` value.
55
59
multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
56
60
in the binary or ``<new_rpath>`` is already listed in the binary.
57
61
62
+.. option:: --version, -V
63
64
+ Display the version of the :program:`llvm-install-name-tool` executable.
65
58
66
EXIT STATUS
67
-----------
68
0 commit comments