From 156ce6cc133f7701443537ff0f4b782d66b41896 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 31 Jul 2014 20:11:13 +0000 Subject: [PATCH] Add documentation for lit's --show-unsupported flag git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214431 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lit.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index 4d84be63dff..de7fefff300 100644 --- a/docs/CommandGuide/lit.rst +++ b/docs/CommandGuide/lit.rst @@ -84,6 +84,10 @@ OUTPUT OPTIONS Do not use curses based progress bar. +.. option:: --show-unsupported + + Show the names of unsupported tests. + .. _execution-options: EXECUTION OPTIONS -- 2.34.1