[llvm] 3b46283 - [docs][llvm-ar] Add rsp-quoting option to the llvm-ar command guide.
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 10 08:33:45 PDT 2021
Author: gbreynoo
Date: 2021-06-10T16:32:31+01:00
New Revision: 3b46283c1539f89619f2b40ab7732f434d7c68ff
URL: https://github.com/llvm/llvm-project/commit/3b46283c1539f89619f2b40ab7732f434d7c68ff
DIFF: https://github.com/llvm/llvm-project/commit/3b46283c1539f89619f2b40ab7732f434d7c68ff.diff
LOG: [docs][llvm-ar] Add rsp-quoting option to the llvm-ar command guide.
I noticed that I did not update the command guide when introducing the
--rsp-quoting option. This change fixes this.
Differential Revision: https://reviews.llvm.org/D103915
Added:
Modified:
llvm/docs/CommandGuide/llvm-ar.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-ar.rst b/llvm/docs/CommandGuide/llvm-ar.rst
index 60187d8e44423..eda4cf8e1691b 100644
--- a/llvm/docs/CommandGuide/llvm-ar.rst
+++ b/llvm/docs/CommandGuide/llvm-ar.rst
@@ -276,6 +276,11 @@ Other
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.
More information about the llvm-commits
mailing list