mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ExplicitModuleLoader: allow explicit module input map to indicate whether a module is a system module
This commit is contained in:
@@ -1722,6 +1722,7 @@ bool ExplicitSwiftModuleLoader::findModule(ImportPath::Element ModuleID,
|
||||
|
||||
// Set IsFramework bit according to the moduleInfo
|
||||
IsFramework = moduleInfo.isFramework;
|
||||
IsSystemModule = moduleInfo.isSystem;
|
||||
|
||||
auto &fs = *Ctx.SourceMgr.getFileSystem();
|
||||
// Open .swiftmodule file
|
||||
|
||||
Reference in New Issue
Block a user