[Runtime] Rename ClientRetainRelease library to SwiftDirectRuntime.

This library will likely become home to other fast-path-in-client functions, so give it a more general name.
This commit is contained in:
Mike Ash
2025-10-31 20:35:15 -04:00
parent b01436d67b
commit 1898b01ce6
17 changed files with 89 additions and 85 deletions

View File

@@ -3993,10 +3993,10 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
Opts.MergeableTraps = Args.hasArg(OPT_mergeable_traps);
Opts.EnableClientRetainRelease =
Args.hasFlag(OPT_enable_client_retain_release,
OPT_disable_client_retain_release,
Opts.EnableClientRetainRelease);
Opts.EnableSwiftDirectRuntime =
Args.hasFlag(OPT_enable_direct_retain_release,
OPT_disable_direct_retain_release,
Opts.EnableSwiftDirectRuntime);
Opts.EnableObjectiveCProtocolSymbolicReferences =
Args.hasFlag(OPT_enable_objective_c_protocol_symbolic_references,