mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
It fails on Linux. XFAIL that machine.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63582 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1fa3b4b235
commit
4d4c3da5a9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user