Skip to content

Commit 95e1558

Browse files
authored
Merge pull request swiftlang#14959 from kitasuke/shared-string-constant-for-silprinter
2 parents 51dae9d + 0c2e605 commit 95e1558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/SILPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2634,7 +2634,7 @@ void SILModule::print(SILPrintContext &PrintCtx, ModuleDecl *M,
26342634
}
26352635

26362636
OS << "\n\nimport Builtin\nimport " << STDLIB_NAME
2637-
<< "\nimport SwiftShims" << "\n\n";
2637+
<< "\nimport " << SWIFT_SHIMS_NAME << "\n\n";
26382638

26392639
// Print the declarations and types from the associated context (origin module or
26402640
// current file).

0 commit comments

Comments
 (0)