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 a541c83 commit a546cc1Copy full SHA for a546cc1
test/IRGen/disable-instantiation-cache-exec.swift
@@ -5,6 +5,10 @@
5
6
// REQUIRES: executable_test
7
8
+// The -disable-preallocated-instantiation-caches flag does not support back-deployment.
9
+// UNSUPPORTED: use_os_stdlib
10
+// UNSUPPORTED: back_deployment_runtime
11
+
12
public class Generic<T> {
13
public func m1(t: T) -> T { return t }
14
public func m2(t: T) -> T { return t }
0 commit comments