Reinstate xfail-darwin in x86-64-ymm-write.test

It turns out writing into ymm registers really does not work there.

llvm-svn: 359795
This commit is contained in:
Pavel Labath 2019-05-02 15:38:09 +00:00
parent 58aa22f4e1
commit 5c4f031d71
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# XFAIL: system-darwin
# XFAIL: system-windows # XFAIL: system-windows
# REQUIRES: native && target-x86_64 && native-cpu-avx # REQUIRES: native && target-x86_64 && native-cpu-avx
# RUN: %clangxx %p/Inputs/x86-ymm-write.cpp -o %t # RUN: %clangxx %p/Inputs/x86-ymm-write.cpp -o %t