diff options
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 8c0e275..812e1d8 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -100,7 +100,7 @@ OUTPUT OPTIONS Each command is printed before it is executed. This can be valuable for debugging test failures, as the last printed command is the one that failed. - Moreover, :program:`lit` inserts ``'RUN: at line N'`` before each + Moreover, :program:`lit` inserts ``'RUN: at line N'`` after each command pipeline in the output to help you locate the source line of the failed command. |