mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier
This moves it above the response file description, which should be at the end.
This commit is contained in:
parent
a4bfc73d55
commit
0b366c7be2
@ -221,10 +221,6 @@ multiple file formats.
|
||||
|
||||
Display the version of the :program:`llvm-objcopy` executable.
|
||||
|
||||
.. option:: @<FILE>
|
||||
|
||||
Read command-line options and commands from response file `<FILE>`.
|
||||
|
||||
.. option:: --wildcard, -w
|
||||
|
||||
Allow wildcard syntax for symbol-related flags. On by default for
|
||||
@ -249,6 +245,10 @@ multiple file formats.
|
||||
The order of wildcards does not matter. For example, ``-w -N '*' -N '!x'`` is
|
||||
the same as ``-w -N '!x' -N '*'``.
|
||||
|
||||
.. option:: @<FILE>
|
||||
|
||||
Read command-line options and commands from response file `<FILE>`.
|
||||
|
||||
ELF-SPECIFIC OPTIONS
|
||||
--------------------
|
||||
|
||||
|
@ -101,10 +101,6 @@ multiple file formats.
|
||||
|
||||
Display the version of the :program:`llvm-strip` executable.
|
||||
|
||||
.. option:: @<FILE>
|
||||
|
||||
Read command-line options and commands from response file `<FILE>`.
|
||||
|
||||
.. option:: --wildcard, -w
|
||||
|
||||
Allow wildcard syntax for symbol-related flags. On by default for
|
||||
@ -129,6 +125,10 @@ multiple file formats.
|
||||
The order of wildcards does not matter. For example, ``-w -N '*' -N '!x'`` is
|
||||
the same as ``-w -N '!x' -N '*'``.
|
||||
|
||||
.. option:: @<FILE>
|
||||
|
||||
Read command-line options and commands from response file `<FILE>`.
|
||||
|
||||
COFF-SPECIFIC OPTIONS
|
||||
---------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user