diff options
| author | Michael Pozulp <pozulp.llvm@gmail.com> | 2019-09-14 01:14:43 +0000 |
|---|---|---|
| committer | Michael Pozulp <pozulp.llvm@gmail.com> | 2019-09-14 01:14:43 +0000 |
| commit | c45fd0cad428f531c30f0629852aab2fcebe7b47 (patch) | |
| tree | 41a27308ad46236caf46d6af44520bf717190544 /llvm/docs/CommandGuide | |
| parent | 4f3a4a8ca2f141bc32070c84b9bd29a5e2a66aa4 (diff) | |
| download | bcm5719-llvm-c45fd0cad428f531c30f0629852aab2fcebe7b47.tar.gz bcm5719-llvm-c45fd0cad428f531c30f0629852aab2fcebe7b47.zip | |
[llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopy
Summary: Addresses https://bugs.llvm.org/show_bug.cgi?id=42671
Reviewers: jhenderson, espindola, alexshap, rupprecht
Reviewed By: jhenderson
Subscribers: seiya, emaste, arichardson, jakehehrlich, MaskRay, abrachet, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D65372
llvm-svn: 371911
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 4 | ||||
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-strip.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 04721170f50..401bc5bd4bd 100644 --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -129,6 +129,10 @@ multiple file formats. Display the version of this program. +.. option:: @<FILE> + + Read command-line options and commands from response file `<FILE>`. + COFF-SPECIFIC OPTIONS --------------------- diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst index a4f497ae0e7..546a0a26de5 100644 --- a/llvm/docs/CommandGuide/llvm-strip.rst +++ b/llvm/docs/CommandGuide/llvm-strip.rst @@ -104,6 +104,10 @@ multiple file formats. Display the version of this program. +.. option:: @<FILE> + + Read command-line options and commands from response file `<FILE>`. + COFF-SPECIFIC OPTIONS --------------------- |

