mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ModuleInterface] Switch from mtime to xxhash in FILE_DEPENDENCY records.
This commit is contained in:
@@ -254,7 +254,7 @@ static bool validateInputBlock(
|
||||
switch (kind) {
|
||||
case input_block::FILE_DEPENDENCY:
|
||||
dependencies.push_back(SerializationOptions::FileDependency{
|
||||
scratch[0], llvm::sys::toTimePoint(scratch[1]), blobData});
|
||||
scratch[0], scratch[1], blobData});
|
||||
break;
|
||||
default:
|
||||
// Unknown metadata record, possibly for use by a future version of the
|
||||
|
||||
Reference in New Issue
Block a user