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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Sanders 2016-07-26 13:23:27 +00:00
parent 23967709ee
commit 26a5022ce8

View File

@ -324,6 +324,9 @@ executed, two important global variables are predefined:
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
~~~~~~~~~~~~~~