diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-25 03:30:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-25 03:30:55 +0000 |
commit | a4ea29e3626b72639839a90e84d4b386e2125023 (patch) | |
tree | ea96093cde90569dfc6e09fcbab1ef6a314fe296 /llvm/docs/CommandGuide | |
parent | efd3e907b450c513e1f3baf1904abb9cc30d3980 (diff) | |
download | bcm5719-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.pod | 5 |
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 |