File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ public func testWithInterpolation(i: Int) {
3333 fatalError ( " task failed successfully \( i) " )
3434}
3535
36- // CHECK-MESSAGE: define {{.*}}void @"$e4main21testWithInterpolation1iySi_tF "(i64 %0){{.*}} {
36+ // CHECK-MESSAGE: define {{.*}}void @"$s4main21testWithInterpolation1iySi_tF "(i64 %0){{.*}} {
3737// CHECK-MESSAGE: entry:
3838// CHECK-MESSAGE: task failed successfully
39- // CHECK-MESSAGE: {{.*}}call {{.*}}void @"${{(es17_assertionFailure__|es31_embeddedReportFatalErrorInFile6prefix7message4file4lineys12StaticStringV_SRys5UInt8VGAGSutF )}}
39+ // CHECK-MESSAGE: {{.*}}call {{.*}}void @"${{(ss17_assertionFailure__|ss31_embeddedReportFatalErrorInFile6prefix7message4file4lineys12StaticStringV_SRys5UInt8VGAGSutF )}}
4040// CHECK-MESSAGE-SAME: Fatal error
4141// CHECK-MESSAGE-SAME: traps-fatalerror-ir.swift
4242// CHECK-MESSAGE: unreachable
4343// CHECK-MESSAGE: }
4444
45- // CHECK-NOMESSAGE: define {{.*}}void @"$e4main21testWithInterpolation1iySi_tF "(i64 %0){{.*}} {
45+ // CHECK-NOMESSAGE: define {{.*}}void @"$s4main21testWithInterpolation1iySi_tF "(i64 %0){{.*}} {
4646// CHECK-NOMESSAGE-NEXT: entry:
4747// CHECK-NOMESSAGE-NEXT: tail call void asm sideeffect "", "n"(i32 0)
4848// CHECK-NOMESSAGE-NEXT: tail call void @llvm.trap()
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ public func test5(i: Int) {
2626 preconditionFailure ( " \( i) is not 42 " )
2727}
2828
29- // CHECK: define {{.*}}@"$e4main5test11iySi_tF "
29+ // CHECK: define {{.*}}@"$s4main5test11iySi_tF "
3030// CHECK-NEXT: entry:
3131// CHECK-NEXT: tail call void asm sideeffect ""
3232// CHECK-NEXT: tail call void @llvm.trap()
3333// CHECK-NEXT: unreachable
3434// CHECK-NEXT: }
3535
36- // CHECK: define {{.*}}@"$e4main5test21iySi_tF "
36+ // CHECK: define {{.*}}@"$s4main5test21iySi_tF "
3737// CHECK-NEXT: entry:
3838// CHECK-NEXT: ret void
3939// CHECK-NEXT: }
4040
41- // CHECK: define {{.*}}@"$e4main5test31iySi_tF "
41+ // CHECK: define {{.*}}@"$s4main5test31iySi_tF "
4242// CHECK-NEXT: entry:
4343// CHECK-NEXT: %.not = icmp eq i64 %0, 42
4444// CHECK-NEXT: br i1 %.not, label %1, label %2
@@ -52,12 +52,12 @@ public func test5(i: Int) {
5252// CHECK-NEXT: unreachable
5353// CHECK-NEXT: }
5454
55- // CHECK: define {{.*}}@"$e4main5test41iySi_tF "
55+ // CHECK: define {{.*}}@"$s4main5test41iySi_tF "
5656// CHECK-NEXT: entry:
5757// CHECK-NEXT: ret void
5858// CHECK-NEXT: }
5959
60- // CHECK: define {{.*}}@"$e4main5test51iySi_tF "
60+ // CHECK: define {{.*}}@"$s4main5test51iySi_tF "
6161// CHECK-NEXT: entry:
6262// CHECK-NEXT: tail call void asm sideeffect ""
6363// CHECK-NEXT: tail call void @llvm.trap()
You can’t perform that action at this time.
0 commit comments