bolt/deps/llvm-18.1.8/clang/test/Driver/hexagon-packets.c
2025-02-14 19:21:04 +01:00

10 lines
329 B
C

// RUN: %clang --target=hexagon -### -mpackets %s 2>&1 \
// RUN: | FileCheck %s -check-prefix CHECK-PACKETS
// RUN: %clang --target=hexagon -### -mno-packets %s 2>&1 \
// RUN: | FileCheck %s -check-prefix CHECK-NO-PACKETS
// CHECK-PACKETS: "-target-feature" "+packets"
// CHECK-NO-PACKETS: "-target-feature" "-packets"