File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// We can't yet call member functions correctly on Windows (SR-13129).
4
4
// XFAIL: OS=windows-msvc
5
- // REQUIRES: SR-14986
6
5
7
6
import CXXInterop
8
7
@@ -44,7 +43,7 @@ func basicMethods(a: UnsafeMutablePointer<Methods>) -> Int32 {
44
43
}
45
44
46
45
// CHECK-LABEL: define hidden swiftcc i32 @"$s6cxx_ir17basicMethodsConst1as5Int32VSpySo0D0VG_tF"(i8* %0)
47
- // CHECK: [[THIS_PTR1:%.*]] = alloca %TSo7MethodsV, align 8
46
+ // CHECK: [[THIS_PTR1:%.*]] = alloca %TSo7MethodsV, align {{4|8}}
48
47
// CHECK: [[THIS_PTR2:%.*]] = bitcast %TSo7MethodsV* [[THIS_PTR1]] to %class.Methods*
49
48
// CHECK: [[THIS_PTR3:%.*]] = bitcast %TSo7MethodsV* [[THIS_PTR1]] to %class.Methods*
50
49
// CHECK: [[RESULT:%.*]] = call {{(signext )?}}i32 @{{_ZNK7Methods17SimpleConstMethodEi|"\?SimpleConstMethod@Methods@@QEBAHH@Z"}}(%class.Methods* [[THIS_PTR3]], i32{{( signext)?}} 3)
You can’t perform that action at this time.
0 commit comments