diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-05 16:27:33 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-05 16:27:33 +0000 |
commit | 1891a167a13e424c5046b457f0ea68f88d890a7e (patch) | |
tree | 29593d6cfcbe458fd2b73eddff3012b3a767592c /llvm/docs/CommandGuide | |
parent | 2dfdb820ca550f75769f6850bc27f825f1dce4f7 (diff) | |
download | bcm5719-llvm-1891a167a13e424c5046b457f0ea68f88d890a7e.tar.gz bcm5719-llvm-1891a167a13e424c5046b457f0ea68f88d890a7e.zip |
lit: Add --param NAME=VALUE option, for test suite specific use (to communicate
arbitrary command line arguments to the test suite).
llvm-svn: 86137
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index 929aed798b0..97c3e578e6b 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/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 |