diff options
author | James Henderson <james.henderson@sony.com> | 2020-02-26 10:36:08 +0000 |
---|---|---|
committer | James Henderson <james.henderson@sony.com> | 2020-02-26 10:51:17 +0000 |
commit | 974bce3eddcaced5efd772d01ec8a90d7fa21c10 (patch) | |
tree | 61365b48e2f0e77b1cbac9d36077a6082d4a813b /llvm/docs/CommandGuide/llvm-objcopy.rst | |
parent | 6b74745c0645bd584cc4ce35b62f4064719687a5 (diff) | |
download | llvm-974bce3eddcaced5efd772d01ec8a90d7fa21c10.zip llvm-974bce3eddcaced5efd772d01ec8a90d7fa21c10.tar.gz llvm-974bce3eddcaced5efd772d01ec8a90d7fa21c10.tar.bz2 |
[docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier
This moves it above the response file description, which should be at
the end.
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objcopy.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 5769214..63d4af3 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 -------------------- |