1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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

llvm-svn: 276744
This commit is contained in:
Daniel Sanders 2016-07-26 13:23:27 +00:00
parent 0f4ccb7f7b
commit b556baebd1

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
~~~~~~~~~~~~~~