]> granicus.if.org Git - clang/commitdiff
Revert "Disable swiftcall test on windows: More brutal way to appease windows bots"
authorReid Kleckner <rnk@google.com>
Thu, 20 Oct 2016 21:17:28 +0000 (21:17 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 20 Oct 2016 21:17:28 +0000 (21:17 +0000)
This reverts commit r284174. The tests pass for me locally. It must have
been a 2015 only crash.

Fixes PR30699

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284781 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/64bit-swiftcall.c

index dfd04f1f0d9ad21d4ec94d0c06701c6d2c3b50bb..c1f098172371e1401bd2a480229b9ae930bb9897 100644 (file)
@@ -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))