mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enable block bridging.
Swift SVN r16248
This commit is contained in:
@@ -508,10 +508,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalPatterns = true;
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_enable_block_bridging)) {
|
||||
Opts.EnableBlockBridging = true;
|
||||
}
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_enable_objc_mangling,
|
||||
OPT_disable_objc_mangling)) {
|
||||
Opts.MangleObjCClassProtocolNames
|
||||
|
||||
Reference in New Issue
Block a user