diff options
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index de7fefff300..ffb4abd3922 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -88,6 +88,10 @@ OUTPUT OPTIONS Show the names of unsupported tests. +.. option:: --show-xfail + + Show the names of tests that were expected to fail. + .. _execution-options: EXECUTION OPTIONS |