diff options
Diffstat (limited to 'clang/test/Driver/arm-default-build-attributes.s')
-rw-r--r-- | clang/test/Driver/arm-default-build-attributes.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/arm-default-build-attributes.s b/clang/test/Driver/arm-default-build-attributes.s index be2bf3c77b0..b651fbb6c9f 100644 --- a/clang/test/Driver/arm-default-build-attributes.s +++ b/clang/test/Driver/arm-default-build-attributes.s @@ -10,9 +10,9 @@ // Option ignored C/C++ (since we always emit hardware and ABI build attributes // during codegen). -// RUN: %clang -target armv7--none-eabi -### -x c %s -mdefault-build-attributes 2>&1 \ +// RUN: %clang -target armv7--none-eabi -### -x c %s -mdefault-build-attributes -verify 2>&1 \ // RUN: | FileCheck %s -check-prefix CHECK-DISABLED -// RUN: %clang -target armv7--none-eabi -### -x c++ %s -mdefault-build-attributes 2>&1 \ +// RUN: %clang -target armv7--none-eabi -### -x c++ %s -mdefault-build-attributes -verify 2>&1 \ // RUN: | FileCheck %s -check-prefix CHECK-DISABLED // CHECK-DISABLED-NOT: "-arm-add-build-attributes" |