From afd7b696587950efffb29b854db82e69caacc8ac Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 20 Oct 2016 21:17:28 +0000 Subject: [PATCH] Revert "Disable swiftcall test on windows: More brutal way to appease windows bots" This reverts commit r284174. The tests pass for me locally. It must have been a 2015 only crash. Fixes PR30699 llvm-svn: 284781 --- clang/test/CodeGen/64bit-swiftcall.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/test/CodeGen/64bit-swiftcall.c b/clang/test/CodeGen/64bit-swiftcall.c index dfd04f1f0d9a..c1f098172371 100644 --- a/clang/test/CodeGen/64bit-swiftcall.c +++ b/clang/test/CodeGen/64bit-swiftcall.c @@ -3,9 +3,6 @@ // 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))