XFAIL test on win32 due to missing __complex support

llvm-svn: 225051
This commit is contained in:
David Blaikie 2014-12-31 22:30:31 +00:00
parent e68f71574f
commit 508d29d5b7
1 changed files with 2 additions and 0 deletions

View File

@ -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();