forked from OSchip/llvm-project
Remove accidentally committed debug line.
llvm-svn: 177005
This commit is contained in:
parent
c8bf8249ce
commit
307a1d03b5
|
@ -395,7 +395,6 @@ void GCOVProfiler::emitProfileNotes() {
|
|||
|
||||
DICompileUnit CU(CU_Nodes->getOperand(i));
|
||||
std::string ErrorInfo;
|
||||
outs() << "outputting gcno to: " << mangleName(CU, "gcno") << "\n";
|
||||
raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo,
|
||||
raw_fd_ostream::F_Binary);
|
||||
out.write("oncg", 4);
|
||||
|
|
Loading…
Reference in New Issue