forked from OSchip/llvm-project
Fix the compile RUN line in x86-64-ymm-write.test
Optimistically assuming this was the result of the darwin failure too, so removing the XFAIL there. llvm-svn: 359794
This commit is contained in:
parent
1972826178
commit
58aa22f4e1
|
@ -1,7 +1,6 @@
|
|||
# XFAIL: system-darwin
|
||||
# XFAIL: system-windows
|
||||
# REQUIRES: native && target-x86_64 && native-cpu-avx
|
||||
# RUN: %clangxx %p/Inputs/x86-ymm-read.cpp -o %t
|
||||
# RUN: %clangxx %p/Inputs/x86-ymm-write.cpp -o %t
|
||||
# RUN: %lldb -b -s %s %t | FileCheck %s
|
||||
process launch
|
||||
|
||||
|
|
Loading…
Reference in New Issue