diff options
author | Reid Kleckner <rnk@google.com> | 2018-04-25 17:30:00 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-04-25 17:30:00 +0000 |
commit | 1ca666886f48401e603404e8c932028edcab05a8 (patch) | |
tree | bdac04af50201ef9caf36983239e313811492c33 /llvm/docs/CommandGuide/lit.rst | |
parent | b180eebed4239e45822b6d20f97241583bdc054b (diff) | |
download | bcm5719-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.rst | 2 |
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 |