Skip to content

Commit 0c2e605

Browse files
committed
[SILGen] Use string constant for swift shims name
1 parent fba2d2f commit 0c2e605

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)