diff options
Diffstat (limited to 'test/Preprocessor/arm-acle-6.4.c')
-rw-r--r-- | test/Preprocessor/arm-acle-6.4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Preprocessor/arm-acle-6.4.c b/test/Preprocessor/arm-acle-6.4.c index 148ce6df090c2..11be2c172f3ba 100644 --- a/test/Preprocessor/arm-acle-6.4.c +++ b/test/Preprocessor/arm-acle-6.4.c @@ -140,6 +140,7 @@ // RUN: %clang -target arm-none-linux-eabi -mcpu=cortex-r5 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V7R-IDIV // RUN: %clang -target arm-none-linux-eabi -mcpu=cortex-r7 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V7R-IDIV +// RUN: %clang -target arm-none-linux-eabi -mcpu=cortex-r8 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V7R-IDIV // CHECK-V7R-IDIV: __ARM_FEATURE_IDIV 1 |