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 f3eca93 commit a73650cCopy full SHA for a73650c
test/IRGen/backward_deploy_span.swift
@@ -1,5 +1,4 @@
1
// RUN: %target-swift-frontend -target %target-cpu-apple-macos12 -emit-ir -o - -primary-file %s | %FileCheck %s
2
-// REQUIRES: concurrency
3
// REQUIRES: OS=macosx
4
5
func useGenericMetatype(_ type: any ~Escapable.Type) { }
@@ -11,7 +10,5 @@ func testSpanInt() {
11
10
useGenericMetatype(Span<Int>.self)
12
}
13
14
-// CHECK-LABEL: define linkonce_odr hidden swiftcc %swift.metadata_response @"$ss4SpanVySiGMa"(i64 %0)
15
-// CHECK: call swiftcc %swift.metadata_response @"$ss4SpanVMa"(i64 %0, ptr @"$sSiN")
16
-
17
+// CHECK-LABEL: define linkonce_odr hidden swiftcc %swift.metadata_response @"$ss4SpanVySiGMa"
+// CHECK: call swiftcc %swift.metadata_response @"$ss4SpanVMa"({{i32|i64}} %0, ptr @"$sSiN")
0 commit comments