diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-07-23 12:57:31 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-07-23 12:57:31 +0000 |
| commit | 18b7512faab02a8d23c28867e3ac355ff2e42aec (patch) | |
| tree | ffa234bd18da2d49cb98ffe3ed461f00cb13f841 /clang/test/Sema | |
| parent | 3352a58ddc6e2806d1a4a9bffebc01083c5b94b1 (diff) | |
| download | bcm5719-llvm-18b7512faab02a8d23c28867e3ac355ff2e42aec.tar.gz bcm5719-llvm-18b7512faab02a8d23c28867e3ac355ff2e42aec.zip | |
AArch64: use aarch64_be instead of arm64_be in all tests.
arm64_be doesn't really exist; it was useful for testing while AArch64 and
ARM64 were separate, but now the only real way to refer to the system is
aarch64_be.
llvm-svn: 213747
Diffstat (limited to 'clang/test/Sema')
| -rw-r--r-- | clang/test/Sema/arm64-neon-args.c | 2 | ||||
| -rw-r--r-- | clang/test/Sema/big-endian-neon-initializers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/arm64-neon-args.c b/clang/test/Sema/arm64-neon-args.c index 315a7044040..a6c4f13a431 100644 --- a/clang/test/Sema/arm64-neon-args.c +++ b/clang/test/Sema/arm64-neon-args.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s -// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s +// RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s #include <arm_neon.h> diff --git a/clang/test/Sema/big-endian-neon-initializers.c b/clang/test/Sema/big-endian-neon-initializers.c index ffe310903bc..c706d007509 100644 --- a/clang/test/Sema/big-endian-neon-initializers.c +++ b/clang/test/Sema/big-endian-neon-initializers.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple arm64_be -target-feature +neon -verify -fsyntax-only -ffreestanding +// RUN: %clang_cc1 %s -triple aarch64_be -target-feature +neon -verify -fsyntax-only -ffreestanding // RUN: %clang_cc1 %s -triple armebv7 -target-cpu cortex-a8 -verify -fsyntax-only -ffreestanding #include <arm_neon.h> |

