[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
Thu Jun 10 08:33:54 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b46283c1539: [docs][llvm-ar] Add rsp-quoting option to the llvm-ar command guide. (authored by gbreynoo).

Repository:
  rG LLVM Github Monorepo

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.351184.patch
Type: text/x-patch
Size: 656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210610/77a4a719/attachment.bin>


More information about the llvm-commits mailing list