mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Turn on dynamic super method dispatch by default
This removes the -use-native-super-method flag and turns on dynamic dispatch for native method invocations on super by default. rdar://problem/22749732
This commit is contained in:
@@ -1041,8 +1041,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.GenerateProfile |= Args.hasArg(OPT_profile_generate);
|
||||
Opts.EmitProfileCoverageMapping |= Args.hasArg(OPT_profile_coverage_mapping);
|
||||
Opts.UseNativeSuperMethod |=
|
||||
Args.hasArg(OPT_use_native_super_method);
|
||||
Opts.EnableGuaranteedClosureContexts |=
|
||||
Args.hasArg(OPT_enable_guaranteed_closure_contexts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user