From: David Blaikie Date: Wed, 31 Dec 2014 22:30:31 +0000 (+0000) Subject: XFAIL test on win32 due to missing __complex support X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db09ccd826e53832382e04d0f4fb9bc9c45e0852;p=clang XFAIL test on win32 due to missing __complex support git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225051 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-line.cpp b/test/CodeGenCXX/debug-info-line.cpp index 4e1177e0fa..714f895333 100644 --- a/test/CodeGenCXX/debug-info-line.cpp +++ b/test/CodeGenCXX/debug-info-line.cpp @@ -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();