llvm-cov: move the gcov code into a separate file.
authorAlex Lorenz <arphaman@gmail.com>
Mon, 28 Jul 2014 18:03:51 +0000 (18:03 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 28 Jul 2014 18:03:51 +0000 (18:03 +0000)
commit2b5d03ae94aeea69f17558279814eaefeeb54a0c
treefecae2c8086b32d7acd031c74a18914eb9f60070
parentb9f46eeff14d425cd8abeb354513f328fa030d5e
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.

llvm-svn: 214107
llvm/tools/llvm-cov/CMakeLists.txt
llvm/tools/llvm-cov/gcov.cpp [new file with mode: 0644]
llvm/tools/llvm-cov/llvm-cov.cpp