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
303
303
if (!rootFileSystemID)
304
304
llvm::report_fatal_error (" Bad CASFileSystem RootID" );
305
305
auto moduleCacheKey = getIdentifier (moduleCacheKeyID);
306
- if (!moduleCacheKeyID )
306
+ if (!moduleCacheKey )
307
307
llvm::report_fatal_error (" Bad moduleCacheKey" );
308
308
auto userModuleVersion = getIdentifier (userModuleVersionID);
309
309
if (!userModuleVersion)
@@ -631,7 +631,7 @@ bool ModuleDependenciesCacheDeserializer::readGraph(SwiftDependencyScanningServi
631
631
if (!clangIncludeTreeRoot)
632
632
llvm::report_fatal_error (" Bad clang include tree ID" );
633
633
auto moduleCacheKey = getIdentifier (moduleCacheKeyID);
634
- if (!moduleCacheKeyID )
634
+ if (!moduleCacheKey )
635
635
llvm::report_fatal_error (" Bad moduleCacheKey" );
636
636
637
637
// TODO: LinkLibraries
You can’t perform that action at this time.
0 commit comments