Skip to content

Commit a546cc1

Browse files
authored
Mark disable-instantiation-cache-exec.swift as unsupported when back-deploying (#41257)
1 parent a541c83 commit a546cc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/IRGen/disable-instantiation-cache-exec.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
// REQUIRES: executable_test
77

8+
// The -disable-preallocated-instantiation-caches flag does not support back-deployment.
9+
// UNSUPPORTED: use_os_stdlib
10+
// UNSUPPORTED: back_deployment_runtime
11+
812
public class Generic<T> {
913
public func m1(t: T) -> T { return t }
1014
public func m2(t: T) -> T { return t }

0 commit comments

Comments
 (0)