Added command-line option to output llvm-cov to file.
authorYuchen Wu <yuchenericwu@hotmail.com>
Sat, 2 Nov 2013 00:09:17 +0000 (00:09 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Sat, 2 Nov 2013 00:09:17 +0000 (00:09 +0000)
commitdaaa8b720b026c83bf6d4307042057665348b222
tree94d1a9ce4d0b47a8b07aa9a11c2decf3770a27f4
parentbc28e88a2861ab1183e138f19e92e5d862eaa8a6
Added command-line option to output llvm-cov to file.

Added -o option to llvm-cov. If no output file is specified, it defaults
to STDOUT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193899 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GCOV.h
lib/IR/GCOV.cpp
tools/llvm-cov/llvm-cov.cpp