projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662fb77
)
Apparently only Darwin passes long double misaligned. Compensate.
author
Dale Johannesen
<dalej@apple.com>
Wed, 1 Sep 2010 21:57:20 +0000
(21:57 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Wed, 1 Sep 2010 21:57:20 +0000
(21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112748
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/misaligned-param.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/misaligned-param.c
b/test/FrontendC/misaligned-param.c
index 8118ce49ccd32f94a79be8b22a4b4dca9befceb1..b4fcfe312f5af9e831d098f5b731b8d7ee11d253 100644
(file)
--- 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: 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) {