[ownership] Remove the -enable-mandatory-semantic-arc-opts flag now that it is enabled by default.

This commit is contained in:
Michael Gottesman
2019-03-27 17:59:14 -07:00
parent ecb539fb04
commit f699e0e8d0
4 changed files with 0 additions and 12 deletions

View File

@@ -771,8 +771,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
Opts.DisableSILPartialApply |=
Args.hasArg(OPT_disable_sil_partial_apply);
Opts.VerifySILOwnership &= !Args.hasArg(OPT_disable_sil_ownership_verifier);
Opts.EnableMandatorySemanticARCOpts |=
Args.hasArg(OPT_enable_mandatory_semantic_arc_opts);
Opts.EnableLargeLoadableTypes |= Args.hasArg(OPT_enable_large_loadable_types);
if (const Arg *A = Args.getLastArg(OPT_save_optimization_record_path))