mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
Don't run test on PPC darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4cba04a03
commit
722c2c5f2c
@ -1,7 +1,7 @@
|
|||||||
// RUN: %llvmgcc %s -m32 -S -o - | FileCheck %s
|
// RUN: %llvmgcc %s -m32 -S -o - | FileCheck %s
|
||||||
// Misaligned parameter must be memcpy'd to correctly aligned temporary.
|
// Misaligned parameter must be memcpy'd to correctly aligned temporary.
|
||||||
// XFAIL: *
|
// XFAIL: *
|
||||||
// XTARGET: x86,i386,i686,darwin
|
// XTARGET: x86_64-apple-darwin,i386-apple-darwin
|
||||||
|
|
||||||
struct s { int x; long double y; };
|
struct s { int x; long double y; };
|
||||||
long double foo(struct s x, int i, struct s y) {
|
long double foo(struct s x, int i, struct s y) {
|
||||||
|
Loading…
Reference in New Issue
Block a user