Skip to content

Commit 6221b29

Browse files
authored
Merge pull request #77808 from al45tair/eng/PR-140369127
[Test][IRGen] Disable noncopyable tests for arm64e.
2 parents ba0988e + 7f5f554 commit 6221b29

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/IRGen/empty-noncopyable-with-deinit.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// CHECK: [[BOX_3:@[A-Za-z0-9.]+]] = private constant %swift.full_boxmetadata { ptr [[DESTROY_BOX_3:@[A-Za-z0-9.]+]],
66
// CHECK: [[BOX_4:@[A-Za-z0-9.]+]] = private constant %swift.full_boxmetadata { ptr [[DESTROY_BOX_4:@[A-Za-z0-9.]+]],
77

8+
// We don't really need to test arm64e, and doing so would mean tweaking the
9+
// test to cope with ptrauth.
10+
// UNSUPPORTED: CPU=arm64e
11+
812
@_silgen_name("mystery_destroy")
913
func mystery_destroy() {}
1014

test/IRGen/fixed-noncopyable-with-deinit.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// CHECK: [[BOX_3:@[A-Za-z0-9.]+]] = private constant %swift.full_boxmetadata { ptr [[DESTROY_BOX_3:@[A-Za-z0-9.]+]],
66
// CHECK: [[BOX_4:@[A-Za-z0-9.]+]] = private constant %swift.full_boxmetadata { ptr [[DESTROY_BOX_4:@[A-Za-z0-9.]+]],
77

8+
// We don't really need to test arm64e, and doing so would mean tweaking the
9+
// test to cope with ptrauth.
10+
// UNSUPPORTED: CPU=arm64e
11+
812
@_silgen_name("mystery_destroy")
913
func mystery_destroy() {}
1014

0 commit comments

Comments
 (0)