1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +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:
James Henderson 2020-02-26 10:36:08 +00:00
parent a4bfc73d55
commit 0b366c7be2
2 changed files with 8 additions and 8 deletions

View File

@ -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
--------------------

View File

@ -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
---------------------