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/Preprocessor/init.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/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 3bbb9b22295..48f586a7de3 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -422,7 +422,6 @@ // AARCH64:#define __aarch64__ 1 // // RUN: %clang_cc1 -E -dM -ffreestanding -triple=aarch64_be-none-none < /dev/null | FileCheck -check-prefix AARCH64-BE %s -// RUN: %clang_cc1 -E -dM -ffreestanding -triple=arm64_be-none-none < /dev/null | FileCheck -check-prefix AARCH64-BE %s // // AARCH64-BE:#define _LP64 1 // AARCH64-BE:#define __AARCH64EB__ 1 |