Merge pull request #62044 from xymus/module-alias-disambiguate-fix

[ModuleInterface] Support loading an aliased module with an underlying module
This commit is contained in:
Alexis Laferrière
2022-11-11 11:55:44 -08:00
committed by GitHub
4 changed files with 20 additions and 3 deletions

View File

@@ -371,7 +371,7 @@ static void ParseModuleInterfaceArgs(ModuleInterfaceOptions &Opts,
Opts.AliasModuleNames |=
Args.hasFlag(OPT_alias_module_names_in_module_interface,
OPT_disable_alias_module_names_in_module_interface,
false);
::getenv("SWIFT_ALIAS_MODULE_NAMES_IN_INTERFACES"));
Opts.PrintFullConvention |=
Args.hasArg(OPT_experimental_print_full_convention);
Opts.ExperimentalSPIImports |=