[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / arm-no-movt.c
blob69085931c3f34e6669ff44b48a3297aa900beda8
1 // RUN: %clang -target armv7-apple-darwin -### %s 2>&1 \
2 // RUN: | FileCheck %s -check-prefix CHECK-DEFAULT
4 // RUN: %clang -target armv7-apple-darwin -mkernel -### %s 2>&1 \
5 // RUN: | FileCheck %s -check-prefix CHECK-KERNEL
7 // RUN: %clang -target armv7-none-gnueabi -mno-movt -### %s 2>&1 \
8 // RUN: | FileCheck %s -check-prefix CHECK-NO-MOVT
10 // CHECK-DEFAULT-NOT: "-target-feature" "+no-movt"
12 // CHECK-KERNEL: "-target-feature" "+no-movt"
14 // CHECK-NO-MOVT: "-target-feature" "+no-movt"