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.
1 parent 930bcf5 commit 1aaa71fCopy full SHA for 1aaa71f
test/IRGen/large_argument_result_c_x86_64.swift
@@ -2,6 +2,9 @@
2
3
// REQUIRES: PTRSIZE=64
4
5
+// Windows has a different ABI (not byval)
6
+// UNSUPPORTED: OS=windows-msvc
7
+
8
// Whether llvm can remove the first two memcmp's dependents on the ABI (arm64's
9
// PCS, says stack arguments might be written to; x86-64 ABI copies indirect
10
// parameters for the call)
0 commit comments