diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:46 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:46 +0000 | 
| commit | b5aee35cc5d62f11d98539f62e4fe63f0ac9edc6 (patch) | |
| tree | 3e6ab962dbc73cfe1445a60d2eb4dfba7c939a22 /test/Driver/arm-default-build-attributes.s | |
| parent | aa803409c3bd3930126db630c29f63d42f255153 (diff) | |
Diffstat (limited to 'test/Driver/arm-default-build-attributes.s')
| -rw-r--r-- | test/Driver/arm-default-build-attributes.s | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/arm-default-build-attributes.s b/test/Driver/arm-default-build-attributes.s index b651fbb6c9f8..be2bf3c77b01 100644 --- a/test/Driver/arm-default-build-attributes.s +++ b/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 -verify 2>&1 \ +// RUN: %clang -target armv7--none-eabi -### -x c %s -mdefault-build-attributes 2>&1 \  // RUN:    | FileCheck %s -check-prefix CHECK-DISABLED -// RUN: %clang -target armv7--none-eabi -### -x c++ %s -mdefault-build-attributes -verify 2>&1 \ +// RUN: %clang -target armv7--none-eabi -### -x c++ %s -mdefault-build-attributes 2>&1 \  // RUN:    | FileCheck %s -check-prefix CHECK-DISABLED  // CHECK-DISABLED-NOT: "-arm-add-build-attributes"  | 
