mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Added option: -enable-ossa-complete-lifetimes
Disabled by default during initial testing.
This commit is contained in:
@@ -1985,6 +1985,8 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
parseExclusivityEnforcementOptions(A, Opts, Diags);
|
||||
}
|
||||
|
||||
Opts.OSSACompleteLifetimes |= Args.hasArg(OPT_enable_ossa_complete_lifetimes);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user