diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-07-26 13:23:27 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-07-26 13:23:27 +0000 |
commit | 6151699b086f5610e286a6da0d30c56b124add9b (patch) | |
tree | b5e2c8578648068396c88ae539d08c3ea46b5465 /llvm/docs | |
parent | 0280959c0de7c7fd42a4a239c7d6ee28ada0e62c (diff) | |
download | bcm5719-llvm-6151699b086f5610e286a6da0d30c56b124add9b.tar.gz bcm5719-llvm-6151699b086f5610e286a6da0d30c56b124add9b.zip |
[lit] Document the 'available_features' member of the config object.
llvm-svn: 276744
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 ~~~~~~~~~~~~~~ |