[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
Tue Jun 8 10:45:28 PDT 2021


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, abrachet, rupprecht.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

I noticed that I did not update the command guide when introducing the `--rsp-quoting` option. This change fixes this.


Repository:
  rG LLVM Github Monorepo

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
@@ -275,6 +275,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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103915.350655.patch
Type: text/x-patch
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210608/d892dedc/attachment.bin>


More information about the llvm-commits mailing list