mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1513,7 +1513,7 @@ ModuleFile::ModuleFile(
|
||||
SearchPaths.push_back({blobData, isFramework, isSystem});
|
||||
break;
|
||||
}
|
||||
case input_block::PARSEABLE_INTERFACE_PATH: {
|
||||
case input_block::MODULE_INTERFACE_PATH: {
|
||||
ModuleInterfacePath = blobData;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user