Skip to content

Commit e802a4c

Browse files
committed
[Test] Disable IRGen/generic_tuples.swift on arm64e
rdar://153961233 This test will fail on arm64e targets, because ptrauth is not handled.
1 parent 62c886e commit e802a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/generic_tuples.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-swift-frontend -module-name generic_tuples -emit-ir -O %s
55

66
// REQUIRES: PTRSIZE=64
7+
// UNSUPPORTED: CPU=arm64e
78

89
// CHECK-DAG: [[OPAQUE:%swift.opaque]] = type opaque
910
// CHECK-DAG: [[TUPLE_TYPE:%swift.tuple_type]] = type { %swift.type, i64, ptr, [0 x %swift.tuple_element_type] }

0 commit comments

Comments
 (0)