Skip to content

Commit 23abf21

Browse files
authored
Merge pull request #41646 from aschwaighofer/disable_copy_propagation_borrow_arm64e
Disable test/SILOptimizer/copy_propagation_borrow.sil on arm64e
2 parents 2614465 + 26aa164 commit 23abf21

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)