Fix windows

This commit is contained in:
Arnold Schwaighofer
2024-04-04 17:55:17 -07:00
parent 930bcf5caf
commit 1aaa71f17b

View File

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