[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:43:57 PDT 2020


zbrid updated this revision to Diff 258771.
zbrid added a comment.

Rebasing


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.258771.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200420/31273494/attachment.bin>


More information about the libcxx-commits mailing list