mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
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
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user