[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Driver / csky-cpus-error.c
blobe1238fdd4fac589dfe78261d1d15ad357a6366b9
1 // Check failed cases
3 // RUN: not %clang -target csky -c %s 2>&1 -mcpu=generic1 | FileCheck -check-prefix=FAIL-MCPU-NAME %s
4 // FAIL-MCPU-NAME: error: the clang compiler does not support '-mcpu=generic1'
6 // RUN: not %clang -target csky -c %s 2>&1 -mcpu=generic -march=ck860 | FileCheck -check-prefix=MISMATCH-ARCH %s
7 // MISMATCH-ARCH: error: the clang compiler does not support '-mcpu=generic'