summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-objcopy.rst
diff options
context:
space:
mode:
authorMichael Pozulp <pozulp.llvm@gmail.com>2019-09-14 01:14:43 +0000
committerMichael Pozulp <pozulp.llvm@gmail.com>2019-09-14 01:14:43 +0000
commitc45fd0cad428f531c30f0629852aab2fcebe7b47 (patch)
tree41a27308ad46236caf46d6af44520bf717190544 /llvm/docs/CommandGuide/llvm-objcopy.rst
parent4f3a4a8ca2f141bc32070c84b9bd29a5e2a66aa4 (diff)
downloadbcm5719-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/llvm-objcopy.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objcopy.rst4
1 files changed, 4 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
---------------------
OpenPOWER on IntegriCloud