mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[NFC; Incremental] Rename BasicSourceFileInfo.InterfaceHash"
This commit is contained in:
@@ -2518,7 +2518,7 @@ static void printModuleMetadata(ModuleDecl *MD) {
|
||||
});
|
||||
MD->collectBasicSourceFileInfo([&](const BasicSourceFileInfo &info) {
|
||||
OS << "filepath=" << info.FilePath << "; ";
|
||||
OS << "hash=" << info.InterfaceHashIncludingTypeMembers.getRawValue() << "; ";
|
||||
OS << "hash=" << info.InterfaceHash.getRawValue() << "; ";
|
||||
OS << "mtime=" << info.LastModified << "; ";
|
||||
OS << "size=" << info.FileSize;
|
||||
OS << "\n";
|
||||
|
||||
Reference in New Issue
Block a user