Skip to content

Commit 1aaa71f

Browse files
committed
Fix windows
1 parent 930bcf5 commit 1aaa71f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/large_argument_result_c_x86_64.swift

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

33
// REQUIRES: PTRSIZE=64
44

5+
// Windows has a different ABI (not byval)
6+
// UNSUPPORTED: OS=windows-msvc
7+
58
// Whether llvm can remove the first two memcmp's dependents on the ABI (arm64's
69
// PCS, says stack arguments might be written to; x86-64 ABI copies indirect
710
// parameters for the call)

0 commit comments

Comments
 (0)