mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85260 from mikeash/client-rr-library-rename
[Runtime] Rename ClientRetainRelease library to SwiftDirectRuntime.
This commit is contained in:
@@ -4019,10 +4019,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