mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Remove accidentally committed debug line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a204ef3168
commit
347e88bb22
@ -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…
x
Reference in New Issue
Block a user