summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/hexagon-nvj.c
blob: 60d3839f83ac8fe18f0f12c4b4951e8076fa5a92 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang -target hexagon -### -mnvj %s 2>&1 \
// RUN:    | FileCheck %s -check-prefix CHECK-NVJ

// RUN: %clang -target hexagon -### -mno-nvj %s 2>&1 \
// RUN:    | FileCheck %s -check-prefix CHECK-NO-NVJ

// CHECK-NVJ: "-target-feature" "+nvj"

// CHECK-NO-NVJ: "-target-feature" "-nvj"

OpenPOWER on IntegriCloud