blob: 3f25f3bf2880c5b0cbad93730fad27cef529e85b [file] [log] [blame]
// 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"