mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Address llvm::(Mutable)ArrayRef ctor deprecations
See: - https://github.com/llvm/llvm-project/pull/146113 - https://github.com/llvm/llvm-project/pull/146011
This commit is contained in:
@@ -282,8 +282,8 @@ namespace driver {
|
||||
"not implemented for compilations with multiple jobs");
|
||||
if (Comp.getShowJobLifecycle())
|
||||
llvm::outs() << "Added to TaskQueue: " << LogJob(Cmd) << "\n";
|
||||
TQ->addTask(Cmd->getExecutable(), Cmd->getArgumentsForTaskExecution(),
|
||||
std::nullopt, (void *)Cmd);
|
||||
TQ->addTask(Cmd->getExecutable(), Cmd->getArgumentsForTaskExecution(), {},
|
||||
(void *)Cmd);
|
||||
}
|
||||
|
||||
/// When a task finishes, check other Jobs that may be blocked.
|
||||
|
||||
Reference in New Issue
Block a user