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:
a4cba04
)
Don't run test on PPC darwin.
author
Dale Johannesen
<dalej@apple.com>
Fri, 20 Aug 2010 18:29:27 +0000
(18:29 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Fri, 20 Aug 2010 18:29:27 +0000
(18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111668
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 022dcaaa4aff9647a2cc3810ff598d4aedee5dca..f2c080390c9a5fa3ca96077897c6ed16aed34c15 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: 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) {