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:
@@ -1044,7 +1044,7 @@ void Serializer::writeInputBlock(const SerializationOptions &options) {
|
||||
auto clangImporter =
|
||||
static_cast<ClangImporter *>(M->getASTContext().getClangModuleLoader());
|
||||
ModuleDecl *bridgingHeaderModule = clangImporter->getImportedHeaderModule();
|
||||
ModuleDecl::ImportedModule bridgingHeaderImport{ModuleDecl::AccessPathTy(),
|
||||
ModuleDecl::ImportedModule bridgingHeaderImport{ImportPath::Access(),
|
||||
bridgingHeaderModule};
|
||||
|
||||
// Make sure the bridging header module is always at the top of the import
|
||||
|
||||
Reference in New Issue
Block a user