diff options
| author | Tim Northover <Tim.Northover@arm.com> | 2013-02-07 15:11:40 +0000 |
|---|---|---|
| committer | Tim Northover <Tim.Northover@arm.com> | 2013-02-07 15:11:40 +0000 |
| commit | 7df5c0df3b12b03f070b87d10d9787f51d2a667f (patch) | |
| tree | 6bea54b97b6a6544972b683a1fe690cc9ffadadb /clang/test/CodeGen/2007-06-18-SextAttrAggregate.c | |
| parent | dd9809dd723a9c124a7c2fdcc636ef776eda408c (diff) | |
| download | bcm5719-llvm-7df5c0df3b12b03f070b87d10d9787f51d2a667f.tar.gz bcm5719-llvm-7df5c0df3b12b03f070b87d10d9787f51d2a667f.zip | |
XFAIL test that's inappropriate for AArch64 ABI
Only some ABIs require the "signext" attribute on parameters. On most
platforms, however, it's a useful test so it's best not to limit it to some
random arbitrary platform.
llvm-svn: 174619
Diffstat (limited to 'clang/test/CodeGen/2007-06-18-SextAttrAggregate.c')
| -rw-r--r-- | clang/test/CodeGen/2007-06-18-SextAttrAggregate.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c b/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c index 27ae6a9b76a..f5489514354 100644 --- a/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c +++ b/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c @@ -1,6 +1,14 @@ // RUN: %clang_cc1 %s -o - -emit-llvm | FileCheck %s +// XFAIL: aarch64 + // PR1513 +// AArch64 ABI actually requires the reverse of what this is testing: the callee +// does any extensions and remaining bits are unspecified. + +// Technically this test wasn't written to test that feature, but it's a +// valuable check nevertheless. + struct s{ long a; long b; |

