[llvm] 974bce3 - [docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 02:54:50 PST 2020
Author: James Henderson
Date: 2020-02-26T10:51:17Z
New Revision: 974bce3eddcaced5efd772d01ec8a90d7fa21c10
URL: https://github.com/llvm/llvm-project/commit/974bce3eddcaced5efd772d01ec8a90d7fa21c10
DIFF: https://github.com/llvm/llvm-project/commit/974bce3eddcaced5efd772d01ec8a90d7fa21c10.diff
LOG: [docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier
This moves it above the response file description, which should be at
the end.
Added:
Modified:
llvm/docs/CommandGuide/llvm-objcopy.rst
llvm/docs/CommandGuide/llvm-strip.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index 576921435fbd..63d4af342f79 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -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
--------------------
diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst
index 0e95996310d3..aa75154e90d0 100644
--- a/llvm/docs/CommandGuide/llvm-strip.rst
+++ b/llvm/docs/CommandGuide/llvm-strip.rst
@@ -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
---------------------
More information about the llvm-commits
mailing list