bolt/deps/llvm-18.1.8/clang/test/Driver/hexagon-nvj.c
2025-02-14 19:21:04 +01:00

10 lines
297 B
C

// 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"