[llvm] r252257 - CommandGuide/lit.rst: Document the new commandline option -a

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 19:48:38 PST 2015


Thanks!

On Thu, Nov 5, 2015 at 5:13 PM, Matthias Braun via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: matze
> Date: Thu Nov  5 19:13:40 2015
> New Revision: 252257
>
> URL: http://llvm.org/viewvc/llvm-project?rev=252257&view=rev
> Log:
> CommandGuide/lit.rst: Document the new commandline option -a
>
> Modified:
>     llvm/trunk/docs/CommandGuide/lit.rst
>
> Modified: llvm/trunk/docs/CommandGuide/lit.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=252257&r1=252256&r2=252257&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/CommandGuide/lit.rst (original)
> +++ llvm/trunk/docs/CommandGuide/lit.rst Thu Nov  5 19:13:40 2015
> @@ -80,6 +80,11 @@ OUTPUT OPTIONS
>   Show more information on test failures, for example the entire test
> output
>   instead of just the test result.
>
> +.. option:: -a, --show-all
> +
> + Show more information about all tests, for example the entire test
> + commandline and output.
> +
>  .. option:: --no-progress-bar
>
>   Do not use curses based progress bar.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/10059943/attachment.html>


More information about the llvm-commits mailing list