Skip to content

Commit 496c05d

Browse files
[Test] XFAIL IRGen/static-vtable-stubs.swift on armv7k
XFAIL IRGen/static-vtable-stubs.swift on armv7k after fixing it to correctly using %target-swift-frontend.
1 parent 25a6838 commit 496c05d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/static-vtable-stubs.swift

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

99
// REQUIRES: concurrency
1010

11+
// rdar://119900439
12+
// XFAIL: CPU=armv7k
13+
1114
//--- A.swift
1215
open class C {
1316
private var i: [ObjectIdentifier:Any] = [:]

0 commit comments

Comments
 (0)