File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public func test() {
14
14
15
15
// CHECK-MESSAGE: define {{.*}}void @"$s4main4testyyF"(){{.*}} {
16
16
// CHECK-MESSAGE: entry:
17
- // CHECK-MESSAGE: {{.*}}call {{.*}}void @"$ss17_assertionFailure__
17
+ // CHECK-MESSAGE: {{.*}}call {{.*}}void @"${{( ss17_assertionFailure__|ss31_embeddedReportFatalErrorInFile)}}
18
18
// CHECK-MESSAGE-SAME: Fatal error
19
19
// CHECK-MESSAGE-SAME: task failed successfully
20
20
// CHECK-MESSAGE-SAME: traps-fatalerror-ir.swift
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ public func test(i: Int) {
22
22
23
23
// "Non-production builds" - We expect 4 separate _assertionFailure() calls with different values
24
24
// CHECK-MESSAGE: define {{.*}}void @"$s4main4test1iySi_tF"(i64 %0) {{.*}}{
25
- // CHECK-MESSAGE: call {{.*}}@"$ss17_assertionFailure
25
+ // CHECK-MESSAGE: call {{.*}}@"${{(ss17_assertionFailure__|ss31_embeddedReportFatalErrorInFile)}}
26
26
// CHECK-MESSAGE: unreachable
27
- // CHECK-MESSAGE: call {{.*}}@"$ss17_assertionFailure
27
+ // CHECK-MESSAGE: call {{.*}}@"${{(ss17_assertionFailure__|ss31_embeddedReportFatalErrorInFile)}}
28
28
// CHECK-MESSAGE: unreachable
29
- // CHECK-MESSAGE: call {{.*}}@"$ss17_assertionFailure
29
+ // CHECK-MESSAGE: call {{.*}}@"${{(ss17_assertionFailure__|ss31_embeddedReportFatalErrorInFile)}}
30
30
// CHECK-MESSAGE: unreachable
31
- // CHECK-MESSAGE: call {{.*}}@"$ss17_assertionFailure
31
+ // CHECK-MESSAGE: call {{.*}}@"${{(ss17_assertionFailure__|ss31_embeddedReportFatalErrorInFile)}}
32
32
// CHECK-MESSAGE: unreachable
33
33
// CHECK-MESSAGE: }
34
34
You can’t perform that action at this time.
0 commit comments