mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[CoroutineAccessor] Remove old ABI support.
This was useful during bringup. Now that retcon.once.dynamic coroutine splitting is available, it's no longer needed.
This commit is contained in:
@@ -3635,12 +3635,9 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
Args.hasFlag(OPT_enable_fragile_resilient_protocol_witnesses,
|
||||
OPT_disable_fragile_resilient_protocol_witnesses,
|
||||
Opts.UseFragileResilientProtocolWitnesses);
|
||||
Opts.UseProfilingMarkerThunks =
|
||||
Args.hasFlag(OPT_enable_profiling_marker_thunks,
|
||||
OPT_disable_profiling_marker_thunks,
|
||||
Opts.UseProfilingMarkerThunks);
|
||||
Opts.EmitYieldOnce2AsYieldOnce =
|
||||
!LangOpts.hasFeature(Feature::CoroutineAccessorsAllocateInCallee);
|
||||
Opts.UseProfilingMarkerThunks = Args.hasFlag(
|
||||
OPT_enable_profiling_marker_thunks, OPT_disable_profiling_marker_thunks,
|
||||
Opts.UseProfilingMarkerThunks);
|
||||
Opts.EnableHotColdSplit =
|
||||
Args.hasFlag(OPT_enable_split_cold_code,
|
||||
OPT_disable_split_cold_code,
|
||||
|
||||
Reference in New Issue
Block a user