On Fri, May 23, 2014 at 2:36 PM, Aaron Ballman <[email protected]>wrote:
> On Fri, May 23, 2014 at 5:24 PM, Akira Hatanaka <[email protected]> > 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.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
