[llvm] r276744 - [lit] Document the 'available_features' member of the config object.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 06:23:28 PDT 2016


Author: dsanders
Date: Tue Jul 26 08:23:27 2016
New Revision: 276744

URL: http://llvm.org/viewvc/llvm-project?rev=276744&view=rev
Log:
[lit] Document the 'available_features' member of the config object.

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=276744&r1=276743&r2=276744&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Tue Jul 26 08:23:27 2016
@@ -324,6 +324,9 @@ executed, two important global variables
  on the pipe fail. If this is not desired, setting this variable to false
  makes the test fail only if the last command in the pipe fails.
 
+ **available_features** A set of features that can be used in `XFAIL`,
+ `REQUIRES`, and `UNSUPPORTED` directives.
+
 TEST DISCOVERY
 ~~~~~~~~~~~~~~
 




More information about the llvm-commits mailing list