Switch to native blocks codegen.

Swift SVN r16484
This commit is contained in:
Joe Groff
2014-04-18 01:07:12 +00:00
parent df67dafc50
commit b256ccf467
5 changed files with 0 additions and 42 deletions

View File

@@ -516,10 +516,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.DebuggerSupport = true;
}
if (Args.hasArg(OPT_enable_native_blocks)) {
Opts.EnableNativeBlocks = true;
}
if (auto A = Args.getLastArg(OPT_enable_objc_attr_requires_objc_module,
OPT_disable_objc_attr_requires_objc_module)) {
Opts.EnableObjCAttrRequiresObjCModule