From: Anders Carlsson Date: Wed, 27 Jan 2010 03:06:00 +0000 (+0000) Subject: XFAIL this for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=798345c69505226a33258177fa6e06275ef59595;p=clang XFAIL this for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94653 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/conversion-function.cpp b/test/CodeGenCXX/conversion-function.cpp index fccb6f094e..e2f8f7e17b 100644 --- a/test/CodeGenCXX/conversion-function.cpp +++ b/test/CodeGenCXX/conversion-function.cpp @@ -2,7 +2,7 @@ // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s // RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s - +// XFAIL: * extern "C" int printf(...); struct S { operator int();