Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
Arnold Schwaighofer
2023-02-27 07:14:43 -08:00
307 changed files with 6349 additions and 3556 deletions

View File

@@ -2530,6 +2530,9 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
OPT_disable_emit_generic_class_ro_t_list,
Opts.EmitGenericRODatas);
Opts.ColocateTypeDescriptors = Args.hasFlag(OPT_enable_colocate_type_descriptors,
OPT_disable_colocate_type_descriptors,
Opts.ColocateTypeDescriptors);
Opts.CollocatedMetadataFunctions =
Args.hasFlag(OPT_enable_collocate_metadata_functions,
OPT_disable_collocate_metadata_functions,