Skip to content

Commit 325147f

Browse files
committed
[armv7] Fix static-vtable-stubs test for 32-bit platforms
1 parent f79dea2 commit 325147f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/IRGen/static-vtable-stubs.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
// REQUIRES: concurrency
1010

11-
// rdar://119900439
12-
// XFAIL: CPU=armv7k
13-
// XFAIL: CPU=arm64_32
14-
1511
//--- A.swift
1612
open class C {
1713
private var i: [ObjectIdentifier:Any] = [:]
@@ -34,7 +30,7 @@ final class D: C {
3430

3531
// CHECK: declare swiftcc ptr @"$s1M1CC1i33_807E3D81CC6CDD898084F3279464DDF9LLSDySOypGvg"(ptr swiftself) #0
3632
// CHECK: declare swiftcc void @"$s1M1CC1i33_807E3D81CC6CDD898084F3279464DDF9LLSDySOypGvs"(ptr, ptr swiftself) #0
37-
// CHECK: declare swiftcc { ptr, ptr } @"$s1M1CC1i33_807E3D81CC6CDD898084F3279464DDF9LLSDySOypGvM"(ptr noalias dereferenceable(32), ptr swiftself) #0
33+
// CHECK: declare swiftcc { ptr, ptr } @"$s1M1CC1i33_807E3D81CC6CDD898084F3279464DDF9LLSDySOypGvM"(ptr noalias dereferenceable({{32|16}}), ptr swiftself) #0
3834

3935
@main
4036
struct Main {

0 commit comments

Comments
 (0)