File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ bool ModuleDependenciesCacheDeserializer::readGraph(SwiftDependencyScanningServi
303303 if (!rootFileSystemID)
304304 llvm::report_fatal_error (" Bad CASFileSystem RootID" );
305305 auto moduleCacheKey = getIdentifier (moduleCacheKeyID);
306- if (!moduleCacheKeyID )
306+ if (!moduleCacheKey )
307307 llvm::report_fatal_error (" Bad moduleCacheKey" );
308308 auto userModuleVersion = getIdentifier (userModuleVersionID);
309309 if (!userModuleVersion)
@@ -631,7 +631,7 @@ bool ModuleDependenciesCacheDeserializer::readGraph(SwiftDependencyScanningServi
631631 if (!clangIncludeTreeRoot)
632632 llvm::report_fatal_error (" Bad clang include tree ID" );
633633 auto moduleCacheKey = getIdentifier (moduleCacheKeyID);
634- if (!moduleCacheKeyID )
634+ if (!moduleCacheKey )
635635 llvm::report_fatal_error (" Bad moduleCacheKey" );
636636
637637 // TODO: LinkLibraries
You can’t perform that action at this time.
0 commit comments