[llvm] 1bff89f - [Docs] Clarify behavior of llvm-lit -vv

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 01:36:30 PST 2023


Author: Jay Foad
Date: 2023-02-09T09:36:19Z
New Revision: 1bff89f7dc96b78f6f698d61b510ea30f98a0d8c

URL: https://github.com/llvm/llvm-project/commit/1bff89f7dc96b78f6f698d61b510ea30f98a0d8c
DIFF: https://github.com/llvm/llvm-project/commit/1bff89f7dc96b78f6f698d61b510ea30f98a0d8c.diff

LOG: [Docs] Clarify behavior of llvm-lit -vv

Differential Revision: https://reviews.llvm.org/D143586

Added: 
    

Modified: 
    llvm/docs/CommandGuide/lit.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index e9bd46e84769a..b3b3622406f68 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -96,7 +96,7 @@ OUTPUT OPTIONS
 
 .. option:: -vv, --echo-all-commands
 
- Echo all commands to stdout, as they are being executed.
+ On test failure, echo all commands to stdout as they are being executed.
  This can be valuable for debugging test failures, as the last echoed command
  will be the one which has failed.
  :program:`lit` normally inserts a no-op command (``:`` in the case of bash)


        


More information about the llvm-commits mailing list