Put GCOVFile and other related interface in a common header so that llvm-cov tool...
authorDevang Patel <dpatel@apple.com>
Tue, 4 Oct 2011 17:24:48 +0000 (17:24 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 4 Oct 2011 17:24:48 +0000 (17:24 +0000)
commit58c620024ad00eae80a766e8e2b3b1d9414dc4cf
treec9023032fb190a9acac8b12337d33bb510ee86f8
parent1f121e844fad436b6fcf8981cc9297f7aad43125
Put GCOVFile and other related interface in a common header so that llvm-cov tool can share it with GCOV writer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141095 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GCOV.h [new file with mode: 0644]
lib/VMCore/GCOV.cpp [new file with mode: 0644]
tools/llvm-cov/GCOVReader.cpp [deleted file]
tools/llvm-cov/GCOVReader.h [deleted file]
tools/llvm-cov/llvm-cov.cpp