r284781 - Revert "Disable swiftcall test on windows: More brutal way to appease windows bots"
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 14:17:28 PDT 2016
Author: rnk
Date: Thu Oct 20 16:17:28 2016
New Revision: 284781
URL: http://llvm.org/viewvc/llvm-project?rev=284781&view=rev
Log:
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
Modified:
cfe/trunk/test/CodeGen/64bit-swiftcall.c
Modified: cfe/trunk/test/CodeGen/64bit-swiftcall.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/64bit-swiftcall.c?rev=284781&r1=284780&r2=284781&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/64bit-swiftcall.c (original)
+++ cfe/trunk/test/CodeGen/64bit-swiftcall.c Thu Oct 20 16:17:28 2016
@@ -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))
More information about the cfe-commits
mailing list