Skip to content

Commit 26aa164

Browse files
committed
Disable test/SILOptimizer/copy_propagation_borrow.sil on arm64e
ptrauth verification checks in IRGen check for a sound Swift stdlib but the test compiles itself with so that verification fails. rdar://89743974
1 parent 9664560 commit 26aa164

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/SILOptimizer/copy_propagation_borrow.sil

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
// REQUIRES: asserts
99

10+
// arm64e checks that there is a sound Swift stdlib but the test compiles itself
11+
// as `-module Swift` and so that verification fails. (in some ptrauth
12+
// verification code)
13+
14+
// UNSUPPORTED: CPU=arm64e
15+
1016
sil_stage canonical
1117

1218
import Builtin

0 commit comments

Comments
 (0)