diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-05-07 02:11:18 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-05-07 02:11:18 +0000 |
| commit | 1a18d7caa3e9b0bf9a64caa9ead2b849dd9070fb (patch) | |
| tree | 26d8a09934ed5738e19e9030008fa4489b75468c /llvm/test/tools/llvm-cov/Inputs | |
| parent | e185d2886208794eb1d792d35a8011fa9baa564c (diff) | |
| download | bcm5719-llvm-1a18d7caa3e9b0bf9a64caa9ead2b849dd9070fb.tar.gz bcm5719-llvm-1a18d7caa3e9b0bf9a64caa9ead2b849dd9070fb.zip | |
llvm-cov: Implement --no-output
In gcov, there's a -n/--no-output option, which disables the writing
of any .gcov files, so that it emits only the summary info on stdout.
This implements the same behaviour in llvm-cov.
llvm-svn: 208148
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/test_no_output.output | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_no_output.output b/llvm/test/tools/llvm-cov/Inputs/test_no_output.output new file mode 100644 index 00000000000..74286b9a2fc --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/test_no_output.output @@ -0,0 +1,6 @@ +File 'test.cpp' +Lines executed:84.21% of 38 + +File './test.h' +Lines executed:100.00% of 1 + |

