XFAIL test on win32 due to missing __complex support
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 31 Dec 2014 22:30:31 +0000 (22:30 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 31 Dec 2014 22:30:31 +0000 (22:30 +0000)
llvm-svn: 225051

clang/test/CodeGenCXX/debug-info-line.cpp

index 4e1177e..714f895 100644 (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();