mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #29488 from nate-chandler/generic-metadata-prespecialization-components/default-on
[metadata prespecialization] On by default.
This commit is contained in:
@@ -1338,8 +1338,8 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
Opts.DisableLegacyTypeInfo = true;
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_prespecialize_generic_metadata)) {
|
||||
Opts.PrespecializeGenericMetadata = true;
|
||||
if (Args.hasArg(OPT_disable_generic_metadata_prespecialization)) {
|
||||
Opts.PrespecializeGenericMetadata = false;
|
||||
}
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_read_legacy_type_info_path_EQ)) {
|
||||
|
||||
Reference in New Issue
Block a user