[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / hexagon-memops.c
blobe7a94286ffdad8a2b55d438e3c9e0abf40de43dd
1 // RUN: %clang -target hexagon -### -mmemops %s 2>&1 \
2 // RUN: | FileCheck %s -check-prefix CHECK-MEMOPS
4 // RUN: %clang -target hexagon -### -mno-memops %s 2>&1 \
5 // RUN: | FileCheck %s -check-prefix CHECK-NO-MEMOPS
7 // CHECK-MEMOPS: "-target-feature" "+memops"
9 // CHECK-NO-MEMOPS: "-target-feature" "-memops"