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

4 lines
283 B
C

// RUN: not %clang -target sparcv9 -march=v9 -### -c %s 2>&1 | FileCheck %s
// RUN: not %clang -target sparc64 -march=v9 -### -c %s 2>&1 | FileCheck %s
// RUN: not %clang -target sparc -march=v9 -### -c %s 2>&1 | FileCheck %s
// CHECK: error: unsupported option '-march=' for target