diff options
Diffstat (limited to 'test/CodeGen/le32-regparm.c')
-rw-r--r-- | test/CodeGen/le32-regparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/le32-regparm.c b/test/CodeGen/le32-regparm.c index c8f7069..ecb1030 100644 --- a/test/CodeGen/le32-regparm.c +++ b/test/CodeGen/le32-regparm.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple le32-unknown-nacl %s -fsyntax-only -verify +// RUN: %clang_cc1 -triple aarch64 %s -fsyntax-only -verify void __attribute__((regparm(2))) fc_f1(int i, int j, int k) {} // expected-error{{'regparm' is not valid on this platform}} |