forked from OSchip/llvm-project
XFAIL test on win32 due to missing __complex support
llvm-svn: 225051
This commit is contained in:
parent
e68f71574f
commit
508d29d5b7
|
@ -1,6 +1,8 @@
|
|||
// RUN: %clang_cc1 -g -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple i686-linux-gnu -g -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
int &src();
|
||||
int *sink();
|
||||
extern "C" __complex float complex_src();
|
||||
|
|
Loading…
Reference in New Issue