llvm-6502/tools/llvm-cov
Justin Bogner 56d05e468c 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208148 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-07 02:11:18 +00:00
..
CMakeLists.txt llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00
llvm-cov.cpp llvm-cov: Implement --no-output 2014-05-07 02:11:18 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00