Justin Bogner
c6945d9e32
llvm-cov: Don't use llvm::outs() in library code
...
Nothing in lib/ should be using llvm::outs() directly. Thread it in
from the caller instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226961 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-23 23:09:27 +00:00
Rafael Espindola
5128bc1e74
Remove unused includes and out of date comment. NFC.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224413 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-17 03:07:20 +00:00
Justin Bogner
76ebe3d35c
llvm-cov: Follow LLVM naming conventions
...
This renames a few things that are using an unusual naming convention.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220929 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-30 20:57:49 +00:00
Alex Lorenz
35822f7171
llvm-cov: move the gcov code into a separate file.
...
The gcov compatible code is moved to its own file and
llvm-cov is updated to be a wrapper that always calls
the gcov main function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214107 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-28 18:03:51 +00:00