mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
SerializeLoc: address more comments from Jordan. NFC
This commit is contained in:
@@ -1037,7 +1037,8 @@ std::error_code ModuleInterfaceLoader::findModuleFilesInDirectory(
|
||||
*ModuleBuffer = std::move(*ModuleBufferOrErr);
|
||||
}
|
||||
// Open .swiftsourceinfo file if it's present.
|
||||
SerializedModuleLoaderBase::openModuleSourceInfoFile(ModuleID, ModPath,
|
||||
SerializedModuleLoaderBase::openModuleSourceInfoFileIfPresent(ModuleID,
|
||||
ModPath,
|
||||
ModuleSourceInfoFilename,
|
||||
ModuleSourceInfoBuffer);
|
||||
// Delegate back to the serialized module loader to load the module doc.
|
||||
|
||||
Reference in New Issue
Block a user