Skip to content

Commit a5e0533

Browse files
authored
Merge pull request #17592 from dcci/archnotsuppdi
2 parents b17bfc1 + 5cc65ec commit a5e0533

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/DebugInfo/guard-let.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ public func f(_ i : Int?)
2121
use(val)
2222
}
2323

24-
// With large type optimizations the string is passed indirectly on i386 so
25-
// there is no shadow copy happening.
24+
// With large type optimizations the string is passed indirectly on the
25+
// following architectures so there is no shadow copy happening. As this
26+
// tests that we're emitting the DI correctly, we can skip running on them.
2627
// UNSUPPORTED: CPU=i386
28+
// UNSUPPORTED: CPU=armv7
29+
// UNSUPPORTED: CPU=armv7s
30+
// UNSUPPORTED: CPU=armv7k
2731

2832
public func g(_ s : String?)
2933
{

0 commit comments

Comments
 (0)