diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index b2da58ec02c1..7fc3455ddf69 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -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 ~~~~~~~~~~~~~~