Skip to content

Commit e05fa18

Browse files
authored
Add missing newline character in Driver.cpp
1 parent a12a966 commit e05fa18

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)