diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-05-30 21:07:27 +0000 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-05-30 21:07:27 +0000 |
commit | 71792c741ecb7bbddd04d2bf5e5147d82479304a (patch) | |
tree | 4f45fde4c437fcd81f29ce52aa719b2c8a3e726d /llvm/docs/CommandGuide | |
parent | 75e87c3f2a6fe3c922023c2c07b7e6df1d8a5b56 (diff) | |
download | bcm5719-llvm-71792c741ecb7bbddd04d2bf5e5147d82479304a.tar.gz bcm5719-llvm-71792c741ecb7bbddd04d2bf5e5147d82479304a.zip |
Revert r333584: [lit] Report line number for failed RUN command
It breaks test-suite.
llvm-svn: 333592
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 0d39311152d..fbe1a9ab184 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -85,10 +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. - :program:`lit` normally inserts a no-op command (``:`` in the case of bash) - with argument ``'RUN: at line N'`` before each command pipeline, and this - option also causes those no-op commands to be echoed to stdout to help you - locate the source line of the failed command. This option implies ``--verbose``. .. option:: -a, --show-all |