summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-09-01 21:57:20 +0000
committerDale Johannesen <dalej@apple.com>2010-09-01 21:57:20 +0000
commit78d95e00891173f282040f0f8fe563703aa9ba7e (patch)
tree7fcd857ebeb9399fa1bd04634af15780e7e700e9 /llvm/test/FrontendC
parentd5e72a1e8444add47587d5da7a92d499b3264343 (diff)
downloadbcm5719-llvm-78d95e00891173f282040f0f8fe563703aa9ba7e.tar.gz
bcm5719-llvm-78d95e00891173f282040f0f8fe563703aa9ba7e.zip
Apparently only Darwin passes long double misaligned. Compensate.
llvm-svn: 112748
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/misaligned-param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/misaligned-param.c b/llvm/test/FrontendC/misaligned-param.c
index 8118ce49ccd..b4fcfe312f5 100644
--- a/llvm/test/FrontendC/misaligned-param.c
+++ b/llvm/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: i386,i686,x86_64
+// XTARGET: i386-apple-darwin,i686-apple-darwin,x86_64-apple-darwin
struct s { int x; long double y; };
long double foo(struct s x, int i, struct s y) {
OpenPOWER on IntegriCloud