forked from OSchip/llvm-project
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:
parent
c32ffe3916
commit
afd7b69658
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue