mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -370,7 +370,8 @@ bool CompilerInstance::setUpModuleLoaders() {
|
||||
StringRef PrebuiltModuleCachePath = FEOpts.PrebuiltModuleCachePath;
|
||||
auto PIML = ParseableInterfaceModuleLoader::create(
|
||||
*Context, ModuleCachePath, PrebuiltModuleCachePath,
|
||||
getDependencyTracker(), MLM, FEOpts.RemarkOnRebuildFromModuleInterface);
|
||||
getDependencyTracker(), MLM, FEOpts.PreferInterfaceForModules,
|
||||
FEOpts.RemarkOnRebuildFromModuleInterface);
|
||||
Context->addModuleLoader(std::move(PIML));
|
||||
}
|
||||
Context->addModuleLoader(std::move(SML));
|
||||
|
||||
Reference in New Issue
Block a user