[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / hexagon-nvj.c
blob60d3839f83ac8fe18f0f12c4b4951e8076fa5a92
1 // RUN: %clang -target hexagon -### -mnvj %s 2>&1 \
2 // RUN: | FileCheck %s -check-prefix CHECK-NVJ
4 // RUN: %clang -target hexagon -### -mno-nvj %s 2>&1 \
5 // RUN: | FileCheck %s -check-prefix CHECK-NO-NVJ
7 // CHECK-NVJ: "-target-feature" "+nvj"
9 // CHECK-NO-NVJ: "-target-feature" "-nvj"