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 e1a9be5 commit fd7f255Copy full SHA for fd7f255
lib/SILOptimizer/IPO/CrossModuleSerializationSetup.cpp
@@ -367,8 +367,6 @@ bool CrossModuleSerializationSetup::canSerialize(SILType type) {
367
// Exclude types which are defined in an @_implementationOnly imported
368
// module. Such modules are not transitively available.
369
if (!mod->canBeUsedForCrossModuleOptimization(subNT)) {
370
- llvm::dbgs() << " === " << mod->getName() << ", " <<
371
- subNT->getParentModule()->getName() << ", " << subNT->getName() << '\n';
372
return true;
373
}
374
0 commit comments