mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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 |=
|
||||
|
||||
Reference in New Issue
Block a user