We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebf9ee0 + 20f7d09 commit 1a57bd7Copy full SHA for 1a57bd7
lib/Driver/Compilation.cpp
@@ -497,7 +497,7 @@ int Compilation::performJobsImpl() {
497
Diags.diagnose(SourceLoc(), diag::error_command_signalled,
498
SignalledCmd->getSource().getClassName());
499
500
- // Since the task signalled, so unconditionally set result to -2.
+ // Since the task signalled, unconditionally set result to -2.
501
Result = -2;
502
503
return TaskFinishedResponse::StopExecution;
0 commit comments