From 6151699b086f5610e286a6da0d30c56b124add9b Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Tue, 26 Jul 2016 13:23:27 +0000 Subject: [lit] Document the 'available_features' member of the config object. llvm-svn: 276744 --- llvm/docs/CommandGuide/lit.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/docs/CommandGuide/lit.rst') diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index b2da58ec02c..7fc3455ddf6 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 ~~~~~~~~~~~~~~ -- cgit v1.2.3