aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-05 16:27:33 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-05 16:27:33 +0000
commitf626167e69d08f500805d209ff80720240adde3f (patch)
tree85fbf33b9d9be89ee4bfefc2de938bf35a7c34d2 /docs/CommandGuide
parentbcaa2157ddc22cb1098289943e8dd147a854698b (diff)
downloadexternal_llvm-f626167e69d08f500805d209ff80720240adde3f.zip
external_llvm-f626167e69d08f500805d209ff80720240adde3f.tar.gz
external_llvm-f626167e69d08f500805d209ff80720240adde3f.tar.bz2
lit: Add --param NAME=VALUE option, for test suite specific use (to communicate
arbitrary command line arguments to the test suite). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lit.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod
index 929aed7..97c3e57 100644
--- a/docs/CommandGuide/lit.pod
+++ b/docs/CommandGuide/lit.pod
@@ -54,6 +54,12 @@ number of detected available CPUs.
Search for I<NAME.cfg> and I<NAME.site.cfg> when searching for test suites,
instead I<lit.cfg> and I<lit.site.cfg>.
+=item B<--param> I<NAME>, B<--param> I<NAME>=I<VALUE>
+
+Add a user defined parameter I<NAME> with the given I<VALUE> (or the empty
+string if not given). The meaning and use of these parameters is test suite
+dependent.
+
=back
=head1 OUTPUT OPTIONS