Skip to content

Commit 5e7c7cd

Browse files
authored
Merge pull request #41098 from jacobcxdev/patch-1
2 parents cb83622 + e05fa18 commit 5e7c7cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Driver/Driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,8 @@ static bool computeIncremental(const llvm::opt::InputArgList *ArgList,
812812

813813
if (ShowIncrementalBuildDecisions) {
814814
llvm::outs() << "Incremental compilation has been disabled, because it "
815-
<< ReasonToDisable;
815+
<< ReasonToDisable
816+
<< "\n";
816817
}
817818
return false;
818819
}

0 commit comments

Comments
 (0)