OSDN Git Service

It fails on Linux. XFAIL that machine.
authorBill Wendling <isanbard@gmail.com>
Tue, 3 Feb 2009 00:35:11 +0000 (00:35 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 3 Feb 2009 00:35:11 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63582 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2009-01-25-NoSSE.c

index a577c8d..c1af5c3 100644 (file)
@@ -1,8 +1,8 @@
 // RUN: $llvmgcc -m64 -O1 -march=core2 -mno-sse %s -S -o - | not grep xmm
 // PR3402
 // This is a test for x86/x86-64, add your target below if it FAILs.
-// XFAIL: alpha|ia64|arm|powerpc|sparc 
-
+// FIXME: Revert "linux" when fixed.
+// XFAIL: alpha|ia64|arm|powerpc|sparc|linux
 typedef unsigned long __kernel_size_t;
 typedef __kernel_size_t size_t;
 void *memset(void *s, int c, size_t n);