mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user