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/CodeGen/aarch64-varargs.c | |
| 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/CodeGen/aarch64-varargs.c')
| -rw-r--r-- | clang/test/CodeGen/aarch64-varargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/aarch64-varargs.c b/clang/test/CodeGen/aarch64-varargs.c index f787afe37e5..248f1c10cec 100644 --- a/clang/test/CodeGen/aarch64-varargs.c +++ b/clang/test/CodeGen/aarch64-varargs.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple arm64-linux-gnu -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-LE %s -// RUN: %clang_cc1 -triple arm64_be-linux-gnu -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s +// RUN: %clang_cc1 -triple aarch64_be-linux-gnu -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s #include <stdarg.h> |

