[PATCH] D103915: [docs][llvm-ar] Add rsp-quoting option to the llvm-ar command guide.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 23:52:29 PDT 2021


jhenderson accepted this revision.
jhenderson added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:277-278
  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>
----------------
I believe the other options don't have this space.


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:282
+ posix or windows. The default when on Windows is windows, otherwise the
+ default is posix.
 
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103915/new/

https://reviews.llvm.org/D103915



More information about the llvm-commits mailing list