diff options
author | James Molloy <james.molloy@arm.com> | 2014-04-17 12:51:36 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2014-04-17 12:51:36 +0000 |
commit | 96061a6db1c5f8ee3ce61458e4006671e7600083 (patch) | |
tree | 2869245af254be258bc14d6c81d9065891ba0a9b /clang/test/Preprocessor/init.c | |
parent | ec78aa46f2a7d8ebea33e19ceb3b763e619408e2 (diff) | |
download | bcm5719-llvm-96061a6db1c5f8ee3ce61458e4006671e7600083.tar.gz bcm5719-llvm-96061a6db1c5f8ee3ce61458e4006671e7600083.zip |
[ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.
This covers all tests in tests/Driver and tests/Preprocessor, but there are some
failing tests in test/Sema that need looking into.
llvm-svn: 206464
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 8f57d298c3b..4fc4bfa47d6 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -213,6 +213,7 @@ // Other definitions vary from platform to platform // RUN: %clang_cc1 -E -dM -ffreestanding -triple=aarch64-none-none < /dev/null | FileCheck -check-prefix AARCH64 %s +// RUN: %clang_cc1 -E -dM -ffreestanding -triple=arm64-none-none < /dev/null | FileCheck -check-prefix AARCH64 %s // // AARCH64:#define _LP64 1 // AARCH64-NOT:#define __AARCH64EB__ 1 @@ -315,6 +316,7 @@ // 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 |