summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/lit.rst
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-04-25 17:30:00 +0000
committerReid Kleckner <rnk@google.com>2018-04-25 17:30:00 +0000
commit1ca666886f48401e603404e8c932028edcab05a8 (patch)
treebdac04af50201ef9caf36983239e313811492c33 /llvm/docs/CommandGuide/lit.rst
parentb180eebed4239e45822b6d20f97241583bdc054b (diff)
downloadbcm5719-llvm-1ca666886f48401e603404e8c932028edcab05a8.tar.gz
bcm5719-llvm-1ca666886f48401e603404e8c932028edcab05a8.zip
Revert r330755 "[lit] Report line number for failed RUN command"
It is causing many tests to fail on Windows buildbots: http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/10211 llvm-svn: 330848
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r--llvm/docs/CommandGuide/lit.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 11337696eb5..fbe1a9ab184 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -85,8 +85,6 @@ OUTPUT OPTIONS
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.
- To help you find the source RUN line, :program:`lit` inserts a no-op ``:``
- command with argument ``'RUN: at line N'`` before each command pipeline.
This option implies ``--verbose``.
.. option:: -a, --show-all
OpenPOWER on IntegriCloud