llvm-6502/tools/llvm-cov
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
..
CMakeLists.txt llvm-cov: move the gcov code into a separate file. 2014-07-28 18:03:51 +00:00
gcov.cpp llvm-cov: move the gcov code into a separate file. 2014-07-28 18:03:51 +00:00
llvm-cov.cpp llvm-cov: move the gcov code into a separate file. 2014-07-28 18:03:51 +00:00
LLVMBuild.txt
Makefile llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00