summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-25 03:30:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-25 03:30:55 +0000
commita4ea29e3626b72639839a90e84d4b386e2125023 (patch)
treeea96093cde90569dfc6e09fcbab1ef6a314fe296 /llvm/docs/CommandGuide
parentefd3e907b450c513e1f3baf1904abb9cc30d3980 (diff)
downloadbcm5719-llvm-a4ea29e3626b72639839a90e84d4b386e2125023.tar.gz
bcm5719-llvm-a4ea29e3626b72639839a90e84d4b386e2125023.zip
lit: Add --config-prefix option, to override default config file names.
llvm-svn: 85035
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/lit.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod
index a818302c242..929aed798b0 100644
--- a/llvm/docs/CommandGuide/lit.pod
+++ b/llvm/docs/CommandGuide/lit.pod
@@ -49,6 +49,11 @@ Show the B<lit> help message.
Run I<N> tests in parallel. By default, this is automatically chose to match the
number of detected available CPUs.
+=item B<--config-prefix>=I<NAME>
+
+Search for I<NAME.cfg> and I<NAME.site.cfg> when searching for test suites,
+instead I<lit.cfg> and I<lit.site.cfg>.
+
=back
=head1 OUTPUT OPTIONS
OpenPOWER on IntegriCloud