From db09ccd826e53832382e04d0f4fb9bc9c45e0852 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 31 Dec 2014 22:30:31 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-info-line.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.50.1