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:
@@ -309,7 +309,7 @@ std::error_code SerializedModuleLoader::findModuleFilesInDirectory(
|
||||
StringRef ModuleDocFilename,
|
||||
std::unique_ptr<llvm::MemoryBuffer> *ModuleBuffer,
|
||||
std::unique_ptr<llvm::MemoryBuffer> *ModuleDocBuffer) {
|
||||
if (LoadMode == ModuleLoadingMode::OnlyParseable)
|
||||
if (LoadMode == ModuleLoadingMode::OnlyInterface)
|
||||
return std::make_error_code(std::errc::not_supported);
|
||||
|
||||
llvm::SmallString<256> ModulePath{DirPath};
|
||||
|
||||
Reference in New Issue
Block a user