r209556 - XFAIL test which is breaking some of the build bots.

Reid Kleckner rnk at google.com
Fri May 23 14:46:04 PDT 2014


On Fri, May 23, 2014 at 2:36 PM, Aaron Ballman <aaron at aaronballman.com>wrote:

> On Fri, May 23, 2014 at 5:24 PM, Akira Hatanaka <ahatanaka at apple.com>
> wrote:
> > Author: ahatanak
> > Date: Fri May 23 16:24:24 2014
> > New Revision: 209556
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=209556&view=rev
> > Log:
> > XFAIL test which is breaking some of the build bots.
> >
> > Modified:
> >     cfe/trunk/test/Headers/xmmintrin.c
> >
> > Modified: cfe/trunk/test/Headers/xmmintrin.c
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/xmmintrin.c?rev=209556&r1=209555&r2=209556&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/test/Headers/xmmintrin.c (original)
> > +++ cfe/trunk/test/Headers/xmmintrin.c Fri May 23 16:24:24 2014
> > @@ -1,4 +1,5 @@
> >  // RUN: %clang_cc1 %s -triple x86_64-apple-macosx10.9.0 -emit-llvm -o -
> | FileCheck %s
> > +// XFAIL: *
> >
> >  #include <xmmintrin.h>
>
> Is this something that's being actively worked on (and so will be
> fixed sooner rather than later)? If not, that's fine -- but I'd prefer
> to see specific XFAILs in that case, instead of failing it for
> everything.
>

You need -ffreestanding here.  Otherwise I get "no such file" for a
stdlib.h include.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140523/8b5f5521/attachment.html>


More information about the cfe-commits mailing list