mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ModuleInterfaces] Remove references to 'parseable' interfaces everywhere
Now that we've settled on Module Interface as the name, let's remove the vestiges of "Parseable Interfaces"
This commit is contained in:
@@ -1339,7 +1339,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