File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ bool ModuleDependenciesCacheDeserializer::readGraph(SwiftDependencyScanningServi
302
302
if (!rootFileSystemID)
303
303
llvm::report_fatal_error (" Bad CASFileSystem RootID" );
304
304
auto moduleCacheKey = getIdentifier (moduleCacheKeyID);
305
- if (!moduleCacheKeyID )
305
+ if (!moduleCacheKey )
306
306
llvm::report_fatal_error (" Bad moduleCacheKey" );
307
307
308
308
// TODO: LinkLibraries, MacroDependencies
@@ -626,7 +626,7 @@ bool ModuleDependenciesCacheDeserializer::readGraph(SwiftDependencyScanningServi
626
626
if (!clangIncludeTreeRoot)
627
627
llvm::report_fatal_error (" Bad clang include tree ID" );
628
628
auto moduleCacheKey = getIdentifier (moduleCacheKeyID);
629
- if (!moduleCacheKeyID )
629
+ if (!moduleCacheKey )
630
630
llvm::report_fatal_error (" Bad moduleCacheKey" );
631
631
632
632
// TODO: LinkLibraries
You can’t perform that action at this time.
0 commit comments