We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b17bfc1 + 5cc65ec commit a5e0533Copy full SHA for a5e0533
test/DebugInfo/guard-let.swift
@@ -21,9 +21,13 @@ public func f(_ i : Int?)
21
use(val)
22
}
23
24
-// With large type optimizations the string is passed indirectly on i386 so
25
-// there is no shadow copy happening.
+// With large type optimizations the string is passed indirectly on the
+// 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.
27
// UNSUPPORTED: CPU=i386
28
+// UNSUPPORTED: CPU=armv7
29
+// UNSUPPORTED: CPU=armv7s
30
+// UNSUPPORTED: CPU=armv7k
31
32
public func g(_ s : String?)
33
{
0 commit comments