We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f39b0 commit b8cc267Copy full SHA for b8cc267
lib/Driver/Compilation.cpp
@@ -483,7 +483,6 @@ int Compilation::performJobsImpl() {
483
break;
484
SWIFT_FALLTHROUGH;
485
case DependencyGraphImpl::LoadResult::AffectsDownstream:
486
- llvm::errs() << "DOWNSTREAM " << ReturnCode << "\n";
487
DepGraph.markTransitive(Dependents, FinishedCmd);
488
489
}
0 commit comments