Skip to content

Commit a222ca8

Browse files
authored
Merge pull request #60555 from mikeash/disable-accessutils-armv7k
[Test] Disable SILOptimizer/accessutils.sil on armv7k/arm64_32.
2 parents 7bcb8d4 + 110fb16 commit a222ca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/accessutils.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// REQUIRES: swift_in_compiler
44

5+
// Test is failing when targeting ARMv7k/ARM64_32. rdar://98669547
6+
// UNSUPPORTED: CPU=armv7k || CPU=arm64_32
7+
58
sil_stage canonical
69

710
import Builtin

0 commit comments

Comments
 (0)