diff options
| -rw-r--r-- | clang/test/CodeGen/64bit-swiftcall.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGen/64bit-swiftcall.c b/clang/test/CodeGen/64bit-swiftcall.c index 0f6ccf55962..a9c926ed53e 100644 --- a/clang/test/CodeGen/64bit-swiftcall.c +++ b/clang/test/CodeGen/64bit-swiftcall.c @@ -3,6 +3,9 @@ // REQUIRES: aarch64-registered-target,x86-registered-target +// The union_het_vecint test case crashes on windows bot but only in stage1 and not in stage2. +// UNSUPPORTED: system-windows + #define SWIFTCALL __attribute__((swiftcall)) #define OUT __attribute__((swift_indirect_result)) #define ERROR __attribute__((swift_error_result)) |

