[llvm] r214431 - Add documentation for lit's --show-unsupported flag
Eric Fiselier
eric at efcs.ca
Thu Jul 31 13:11:13 PDT 2014
Author: ericwf
Date: Thu Jul 31 15:11:13 2014
New Revision: 214431
URL: http://llvm.org/viewvc/llvm-project?rev=214431&view=rev
Log:
Add documentation for lit's --show-unsupported flag
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=214431&r1=214430&r2=214431&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Thu Jul 31 15:11:13 2014
@@ -84,6 +84,10 @@ OUTPUT OPTIONS
Do not use curses based progress bar.
+.. option:: --show-unsupported
+
+ Show the names of unsupported tests.
+
.. _execution-options:
EXECUTION OPTIONS
More information about the llvm-commits
mailing list