diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-08-20 21:18:55 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-08-20 21:18:55 +0000 |
| commit | 8c7bd3dda0870cbc9daa5cd58c3070e2eb29856a (patch) | |
| tree | 5d14675491120789b46f4c0f13c507c0eb27b6b8 | |
| parent | db5ce417eae6d22d2626c587d7b1a84974bab0ce (diff) | |
| download | external_llvm-8c7bd3dda0870cbc9daa5cd58c3070e2eb29856a.zip external_llvm-8c7bd3dda0870cbc9daa5cd58c3070e2eb29856a.tar.gz external_llvm-8c7bd3dda0870cbc9daa5cd58c3070e2eb29856a.tar.bz2 | |
Test should pass on non-Darwin x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111678 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/FrontendC/misaligned-param.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/misaligned-param.c b/test/FrontendC/misaligned-param.c index f2c0803..8118ce4 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_64-apple-darwin,i386-apple-darwin +// XTARGET: i386,i686,x86_64 struct s { int x; long double y; }; long double foo(struct s x, int i, struct s y) { |
