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.
2 parents 2e8fa85 + c2aba9a commit b199dcdCopy full SHA for b199dcd
test/SILOptimizer/pointer_conversion_objc.swift
@@ -1,6 +1,7 @@
1
// RUN: %target-swift-frontend -module-name pointer_conversion -emit-sil -O %s | %FileCheck %s
2
// REQUIRES: optimized_stdlib
3
// REQUIRES: objc_interop
4
+// REQUIRES: radar38551973
5
6
// Opaque, unoptimizable functions to call.
7
@_silgen_name("takesConstRawPointer")
@@ -55,4 +56,4 @@ public func testOptionalArray() {
55
56
// CHECK-NEXT: [[EMPTY:%.+]] = tuple ()
57
// CHECK-NEXT: return [[EMPTY]]
58
-} // CHECK: end sil function '$S18pointer_conversion17testOptionalArrayyyF'
59
+} // CHECK-LABEL: end sil function '$S18pointer_conversion17testOptionalArrayyyF'
0 commit comments