brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · 3f25f3b Raw
11 lines · c
1// RUN: %clang --target=hexagon -### -mnvj %s 2>&1 \2// RUN:    | FileCheck %s -check-prefix CHECK-NVJ3 4// RUN: %clang --target=hexagon -### -mno-nvj %s 2>&1 \5// RUN:    | FileCheck %s -check-prefix CHECK-NO-NVJ6 7// CHECK-NVJ: "-target-feature" "+nvj"8 9// CHECK-NO-NVJ: "-target-feature" "-nvj"10 11