bolt/deps/llvm-18.1.8/clang/test/Driver/hexagon-memops.c

11 lines
321 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang --target=hexagon -### -mmemops %s 2>&1 \
// RUN: | FileCheck %s -check-prefix CHECK-MEMOPS
// RUN: %clang --target=hexagon -### -mno-memops %s 2>&1 \
// RUN: | FileCheck %s -check-prefix CHECK-NO-MEMOPS
// CHECK-MEMOPS: "-target-feature" "+memops"
// CHECK-NO-MEMOPS: "-target-feature" "-memops"