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/arm64-be-bitfield.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/arm64-be-bitfield.c')
| -rw-r--r-- | clang/test/CodeGen/arm64-be-bitfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64-be-bitfield.c b/clang/test/CodeGen/arm64-be-bitfield.c index f563596bdda..2fe467bcf1a 100644 --- a/clang/test/CodeGen/arm64-be-bitfield.c +++ b/clang/test/CodeGen/arm64-be-bitfield.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple arm64_be-linux-gnu -ffreestanding -emit-llvm -O0 -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple aarch64_be-linux-gnu -ffreestanding -emit-llvm -O0 -o - %s | FileCheck %s struct bt3 { signed b2:10; signed b3:10; } b16; |

