mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1254,6 +1254,9 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
if (Args.hasArg(OPT_disable_debugger_shadow_copies))
|
||||
Opts.DisableDebuggerShadowCopies = true;
|
||||
|
||||
if (Args.hasArg(OPT_disable_concrete_type_metadata_mangled_name_accessors))
|
||||
Opts.DisableConcreteTypeMetadataMangledNameAccessors = true;
|
||||
|
||||
if (Args.hasArg(OPT_use_jit))
|
||||
Opts.UseJIT = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user