[llvm] [docs] don't use "=" in lit options with arguments (PR #142340)
Konrad Kleine via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 00:01:19 PDT 2025
================
@@ -63,17 +63,17 @@ GENERAL OPTIONS
Show :program:`lit`'s version number and exit.
-.. option:: -j N, --workers=N
+.. option:: -j N, --workers N
Run ``N`` tests in parallel. By default, this is automatically chosen to
match the number of detected available CPUs.
-.. option:: --config-prefix=NAME
+.. option:: --config-prefix NAME
Search for :file:`{NAME}.cfg` and :file:`{NAME}.site.cfg` when searching for
test suites, instead of :file:`lit.cfg` and :file:`lit.site.cfg`.
-.. option:: -D NAME[=VALUE], --param NAME[=VALUE]
+.. option:: -D NAME [VALUE], --param NAME [VALUE]
----------------
kwk wrote:
This is fixed now.
https://github.com/llvm/llvm-project/pull/142340
More information about the llvm-commits
mailing list