diff options
author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2016-06-02 10:48:37 +0000 |
---|---|---|
committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2016-06-02 10:48:37 +0000 |
commit | 90df4a7c31393e8163a3999d045e613badb25e6f (patch) | |
tree | 590f4121b0ea5def1ccf5e70494b5432234e123c /clang/test/Preprocessor/arm-target-features.c | |
parent | b720430b47a4704623e29c604e46f8c28afffe82 (diff) | |
download | bcm5719-llvm-90df4a7c31393e8163a3999d045e613badb25e6f.tar.gz bcm5719-llvm-90df4a7c31393e8163a3999d045e613badb25e6f.zip |
This adds target support and tests for Cortex-A73
Differential Revision: http://reviews.llvm.org/D20864
llvm-svn: 271507
Diffstat (limited to 'clang/test/Preprocessor/arm-target-features.c')
-rw-r--r-- | clang/test/Preprocessor/arm-target-features.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/arm-target-features.c b/clang/test/Preprocessor/arm-target-features.c index fd1aebd30e8..3d861fc6b38 100644 --- a/clang/test/Preprocessor/arm-target-features.c +++ b/clang/test/Preprocessor/arm-target-features.c @@ -303,6 +303,8 @@ // RUN: %clang -target armv8 -mthumb -mcpu=cortex-a32 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMV8 %s // RUN: %clang -target armv8 -mcpu=cortex-a53 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMV8 %s // RUN: %clang -target armv8 -mthumb -mcpu=cortex-a53 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMV8 %s +// RUN: %clang -target armv8 -mcpu=cortex-a73 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMV8 %s +// RUN: %clang -target armv8 -mthumb -mcpu=cortex-a73 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMV8 %s // ARMV8:#define __ARM_ARCH_EXT_IDIV__ 1 // ARMV8:#define __ARM_FEATURE_DSP 1 // ARMV8:#define __ARM_FP 0xE |