Skip to content

Commit eff8695

Browse files
remove debuging logs
1 parent d47ce4e commit eff8695

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/IPO/FunctionImport.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ class GlobalsImporter final {
382382
if (ImportAssumeUniqueLocal)
383383
return false;
384384

385-
errs() << "Ref VI is " << VI << "\n";
386-
errs() << RefSummary->modulePath() << "\n";
387-
errs() << Summary.modulePath() << "\n";
388385
return GlobalValue::isLocalLinkage(RefSummary->linkage()) &&
389386
RefSummary->modulePath() != Summary.modulePath();
390387
};

0 commit comments

Comments
 (0)