mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into next
This commit is contained in:
@@ -1302,6 +1302,7 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
.Case("task-to-thread", ConcurrencyModel::TaskToThread)
|
||||
.Default(ConcurrencyModel::Standard);
|
||||
}
|
||||
Opts.BypassResilienceChecks |= Args.hasArg(OPT_bypass_resilience);
|
||||
|
||||
return HadError || UnsupportedOS || UnsupportedArch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user