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 6cc0630 commit 1c9a930Copy full SHA for 1c9a930
test/IRGen/nested_generics.swift
@@ -4,6 +4,13 @@
4
5
// REQUIRES: PTRSIZE=64
6
7
+// This fails with an unoptimized stdlib. Disable it on that so we can get
8
+// builds green.
9
+//
10
+// rdar://131554269
11
12
+// REQUIRES: optimized_stdlib
13
+
14
func blah<T>(_: T.Type) {}
15
16
// CHECK-LABEL: define{{( dllexport)?}}{{( protected)?}} swiftcc void @"$s15nested_generics13makeAMetadatayyF"()
0 commit comments