From 722c2c5f2ccb2c09bad65dd683d31d5f6da00f14 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 20 Aug 2010 18:29:27 +0000 Subject: [PATCH] Don't run test on PPC darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111668 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/misaligned-param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC/misaligned-param.c b/test/FrontendC/misaligned-param.c index 022dcaaa4af..f2c080390c9 100644 --- a/test/FrontendC/misaligned-param.c +++ b/test/FrontendC/misaligned-param.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -m32 -S -o - | FileCheck %s // Misaligned parameter must be memcpy'd to correctly aligned temporary. // XFAIL: * -// XTARGET: x86,i386,i686,darwin +// XTARGET: x86_64-apple-darwin,i386-apple-darwin struct s { int x; long double y; }; long double foo(struct s x, int i, struct s y) { -- 2.34.1