Rename '-enable-arc-opts=false' to '-disable-arc-opts'.

Part of the migration to the new driver. With this commit, the only
failures in the test suite using the new frontend are features we don't
intend to port over. Hooray!

Swift SVN r13198
This commit is contained in:
Jordan Rose
2014-01-31 02:34:37 +00:00
parent 6af4dbf0e9
commit 0820d82e20
5 changed files with 13 additions and 7 deletions

View File

@@ -571,6 +571,8 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
llvm_unreachable("Unknown SIL linking option!");
}
Opts.EnableARCOptimizations = !Args.hasArg(OPT_disable_arc_opts);
return false;
}