diff options
author | Sam Clegg <sbc@chromium.org> | 2019-06-28 18:48:05 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2019-06-28 18:48:05 +0000 |
commit | 70a8027c60fe1f95e8a8a1ff6575ebf8778d3544 (patch) | |
tree | dcda076a8d5b6fa3d33e472ddcd0a423f2471d37 /llvm/tools/llvm-ar | |
parent | 62a627ae781ee1c18247d93b44223f745dc1026a (diff) | |
download | bcm5719-llvm-70a8027c60fe1f95e8a8a1ff6575ebf8778d3544.tar.gz bcm5719-llvm-70a8027c60fe1f95e8a8a1ff6575ebf8778d3544.zip |
[llvm-ar] Document response file support in --help
Also a test for this.
Differential Revision: https://reviews.llvm.org/D63836
llvm-svn: 364673
Diffstat (limited to 'llvm/tools/llvm-ar')
-rw-r--r-- | llvm/tools/llvm-ar/llvm-ar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index ea6d0410a63..91746d0fab3 100644 --- a/llvm/tools/llvm-ar/llvm-ar.cpp +++ b/llvm/tools/llvm-ar/llvm-ar.cpp @@ -78,6 +78,7 @@ OPTIONS: --plugin=<string> - Ignored for compatibility --help - Display available options --version - Display the version of this program + @<file> - read options from <file> OPERATIONS: d - delete [files] from the archive |