]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
llvm-cov: Support specifying multiple source files
authorJustin Bogner <mail@justinbogner.com>
Fri, 27 Jun 2014 20:41:25 +0000 (20:41 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 27 Jun 2014 20:41:25 +0000 (20:41 +0000)
commit1cfa342dc1fd6fd498652d67311c3632893512b3
tree02bba9e35e6248199c246fd042096900b681cb34
parent5bbd607fb37ab91d335007baf49f3551e565ee9a
llvm-cov: Support specifying multiple source files

Make llvm-cov compatible with gcov for cases where multiple files are
specified on the command line. That is, loop over each one and report
coverage, and report errors on stderr only rather than via return
code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211959 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/llvm-cov.test
tools/llvm-cov/llvm-cov.cpp