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

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 17:13:40 PST 2015


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.




More information about the llvm-commits mailing list