[PATCH] D103915: [docs][llvm-ar] Add rsp-quoting option to the llvm-ar command guide.
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 08:04:47 PDT 2021
gbreynoo updated this revision to Diff 350902.
gbreynoo added a comment.
Fixed whitespace and quotes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103915/new/
https://reviews.llvm.org/D103915
Files:
llvm/docs/CommandGuide/llvm-ar.rst
Index: llvm/docs/CommandGuide/llvm-ar.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-ar.rst
+++ llvm/docs/CommandGuide/llvm-ar.rst
@@ -276,6 +276,11 @@
This option allows for MRI scripts to be read through the standard input
stream. No other options are compatible with this option.
+.. option:: --rsp-quoting=<type>
+ This option selects the quoting style ``<type>`` for response files, either
+ ``posix`` or ``windows``. The default when on Windows is ``windows``, otherwise the
+ default is ``posix``.
+
.. option:: --version
Display the version of the :program:`llvm-ar` executable.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103915.350902.patch
Type: text/x-patch
Size: 656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210609/10a70a1b/attachment.bin>
More information about the llvm-commits
mailing list