Go to file
Daniel Dunbar 591838d1d3 [lit] Improve readability of failing scripts.
- This only applies to scripts executed by the _internal_ shell script
   interpreter.

 - This patch reworks the log to look more like a shell transcript, and be less
   verbose (but in the interest of calling attention to the important parts).

Here is an example of the new format, for commands with/without failures and
with/without output:
```
$ true
$ echo hi
hi

$ false
note: command had no output on stdout or stderr
error: command failed with exit status 1

```

llvm-svn: 271610
2016-06-02 23:49:42 +00:00
clang Delete configure left over. 2016-06-02 23:45:37 +00:00
clang-tools-extra clang-rename: fix renaming heap allocations 2016-06-02 20:00:22 +00:00
compiler-rt [esan] Add support for log_exe_name 2016-06-02 20:50:30 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Add not_fn test for throwing operator! 2016-06-02 08:37:00 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind Attempt to fix libunwind build 2016-06-02 01:50:10 +00:00
lld [LTO] Add --lto-aa-pipeline. 2016-06-02 22:58:11 +00:00
lldb Fixed a problem where we couldn't call extern "C" functions. 2016-06-02 17:59:47 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [lit] Improve readability of failing scripts. 2016-06-02 23:49:42 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly Temporarily promote values to i64 again 2016-06-02 17:09:22 +00:00