We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df07a4 commit 3555333Copy full SHA for 3555333
lib/SIL/IR/SILModule.cpp
@@ -920,7 +920,7 @@ void SILModule::performOnceForPrespecializedImportedExtensions(
920
SmallVector<ModuleDecl *, 8> importedModules;
921
// Add the Swift module.
922
if (!isStdlibModule()) {
923
- auto *SwiftStdlib = getASTContext().getStdlibModule(true);
+ auto *SwiftStdlib = getASTContext().getStdlibModule();
924
if (SwiftStdlib)
925
importedModules.push_back(SwiftStdlib);
926
}
0 commit comments