[libcxx-commits] [PATCH] D78405: [libcxx][docs] Clearer mark up for --param
Zola Bridges via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 20 09:44:22 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG33ad38a925aa: [libcxx][docs] Clearer mark up for --param (authored by zbrid).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78405/new/
https://reviews.llvm.org/D78405
Files:
libcxx/docs/TestingLibcxx.rst
Index: libcxx/docs/TestingLibcxx.rst
===================================================================
--- libcxx/docs/TestingLibcxx.rst
+++ libcxx/docs/TestingLibcxx.rst
@@ -102,9 +102,10 @@
Command Line Options
--------------------
-To use these options you pass them on the LIT command line as --param NAME or
---param NAME=VALUE. Some options have default values specified during CMake's
-configuration. Passing the option on the command line will override the default.
+To use these options you pass them on the LIT command line as ``--param NAME``
+or ``--param NAME=VALUE``. Some options have default values specified during
+CMake's configuration. Passing the option on the command line will override the
+default.
.. program:: lit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78405.258775.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200420/471b2ad6/attachment.bin>
More information about the libcxx-commits
mailing list