mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Switch to native blocks codegen.
Swift SVN r16484
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user