brintos

brintos / llvm-project-archived public Read only

0
0
Text · 321 B · b160fcc Raw
11 lines · c
1// RUN: %clang --target=hexagon -### -mmemops %s 2>&1 \2// RUN:    | FileCheck %s -check-prefix CHECK-MEMOPS3 4// RUN: %clang --target=hexagon -### -mno-memops %s 2>&1 \5// RUN:    | FileCheck %s -check-prefix CHECK-NO-MEMOPS6 7// CHECK-MEMOPS: "-target-feature" "+memops"8 9// CHECK-NO-MEMOPS: "-target-feature" "-memops"10 11