[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Driver / unsupported-option.c
blob6be531d9df7de9b8831061dd3206f96a1d9a4806
1 // RUN: not %clang %s --hedonism -### 2>&1 | \
2 // RUN: FileCheck %s
3 // CHECK: error: unknown argument: '--hedonism'
5 // RUN: not %clang %s --hell -### 2>&1 | \
6 // RUN: FileCheck %s --check-prefix=DID-YOU-MEAN
7 // DID-YOU-MEAN: error: unknown argument '--hell'; did you mean '--help'?
9 // RUN: not %clang --target=powerpc-ibm-aix %s -mlong-double-128 2>&1 | \
10 // RUN: FileCheck %s --check-prefix=AIX-LONGDOUBLE128-ERR
11 // AIX-LONGDOUBLE128-ERR: error: unsupported option '-mlong-double-128' for target 'powerpc-ibm-aix'
13 // RUN: not %clang --target=powerpc64-ibm-aix %s -mlong-double-128 2>&1 | \
14 // RUN: FileCheck %s --check-prefix=AIX64-LONGDOUBLE128-ERR
15 // AIX64-LONGDOUBLE128-ERR: error: unsupported option '-mlong-double-128' for target 'powerpc64-ibm-aix'
17 // RUN: not %clang -fprofile-sample-use=code.prof --target=powerpc-ibm-aix %s 2>&1 | \
18 // RUN: FileCheck %s --check-prefix=AIX-PROFILE-SAMPLE
19 // AIX-PROFILE-SAMPLE: error: unsupported option '-fprofile-sample-use=' for target