From 54dfc2a2be32e69d42b3ccbb4f83f69c67bb510d Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Thu, 5 Dec 2013 20:45:36 +0000 Subject: llvm-cov: Changed extension from .llcov to .gcov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196530 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/GCOV.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/IR/GCOV.cpp') diff --git a/lib/IR/GCOV.cpp b/lib/IR/GCOV.cpp index 14eb71f030..d377858498 100644 --- a/lib/IR/GCOV.cpp +++ b/lib/IR/GCOV.cpp @@ -367,7 +367,7 @@ void FileInfo::print(StringRef GCNOFile, StringRef GCDAFile) const { } StringRef AllLines = Buff->getBuffer(); - std::string CovFilename = Filename.str() + ".llcov"; + std::string CovFilename = Filename.str() + ".gcov"; std::string ErrorInfo; raw_fd_ostream OS(CovFilename.c_str(), ErrorInfo); if (!ErrorInfo.empty()) -- cgit v1.2.3