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

7 lines
355 B
C

// RUN: not %clang -target csky-unknown-elf -march=csky %s \
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=CSKY %s
// CSKY: error: invalid arch name '-march=csky'
// RUN: not %clang -target csky-unknown-elf -march=CK810 %s \
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=CSKY-UPPER %s
// CSKY-UPPER: error: invalid arch name '-march=CK810'