mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1405,6 +1405,8 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
IRGenOpts.Sanitize = Opts.Sanitize;
|
||||
}
|
||||
|
||||
if (Opts.Optimization > SILOptions::SILOptMode::None)
|
||||
Opts.EnforceExclusivityDynamic = false;
|
||||
if (const Arg *A = Args.getLastArg(options::OPT_enforce_exclusivity_EQ)) {
|
||||
parseExclusivityEnforcementOptions(A, Opts, Diags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user