[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / Driver / hexagon-nvj.c
blob3f25f3bf2880c5b0cbad93730fad27cef529e85b
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"