brintos

brintos / llvm-project-archived public Read only

0
0
Text · 355 B · 22d3640 Raw
8 lines · c
1// RUN: not %clang -target csky-unknown-elf -march=csky %s \2// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=CSKY %s3// CSKY: error: invalid arch name '-march=csky'4 5// RUN: not %clang -target csky-unknown-elf -march=CK810 %s \6// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=CSKY-UPPER %s7// CSKY-UPPER: error: invalid arch name '-march=CK810'8