WIP executable

This commit is contained in:
David Ungar
2019-11-16 08:41:20 -08:00
parent 15ea29c3aa
commit 72f4837417
8 changed files with 72 additions and 23 deletions

View File

@@ -633,7 +633,7 @@ static void showRemovedInputs(ArrayRef<StringRef> removedInputs,
if (EnableSourceRangeDependencies) {
// If a file was removed, the compiled source comparison should handle it.
llvm::outs() << "Incremental compilation would been disabled had not "
llvm::outs() << "Incremental compilation would have been disabled had not "
<< "range-based recompilation been enabled, because "
<< "the following inputs were used in the previous "
<< "compilation, but not in the current compilation:\n";