Changeset View
Changeset View
Standalone View
Standalone View
clang/test/Driver/unknown-arg.c
// RUN: not %clang %s -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -ifoo -imultilib dir -### 2>&1 | \ | // RUN: not %clang_bin %s -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -ifoo -imultilib dir -### 2>&1 | \ | ||||
// RUN: FileCheck %s | // RUN: FileCheck %s | ||||
// RUN: %clang %s -imultilib dir -### 2>&1 | \ | // RUN: %clang_bin %s -imultilib dir -### 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=MULTILIB | // RUN: FileCheck %s --check-prefix=MULTILIB | ||||
// RUN: not %clang %s -stdlibs=foo -hell -version -### 2>&1 | \ | // RUN: not %clang_bin %s -stdlibs=foo -hell -version -### 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=DID-YOU-MEAN | // RUN: FileCheck %s --check-prefix=DID-YOU-MEAN | ||||
// RUN: %clang_cl -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -### -c -- %s 2>&1 | \ | // RUN: %clang_cl -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -### -c -- %s 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=CL | // RUN: FileCheck %s --check-prefix=CL | ||||
// RUN: %clang_cl -Brepo -### -- %s 2>&1 | \ | // RUN: %clang_cl -Brepo -### -- %s 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=CL-DID-YOU-MEAN | // RUN: FileCheck %s --check-prefix=CL-DID-YOU-MEAN | ||||
// RUN: %clang_cl /Brepo -### -- %s 2>&1 | \ | // RUN: %clang_cl /Brepo -### -- %s 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=CL-DID-YOU-MEAN-SLASH | // RUN: FileCheck %s --check-prefix=CL-DID-YOU-MEAN-SLASH | ||||
// RUN: not %clang_cl -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -c -Werror=unknown-argument -### -- %s 2>&1 | \ | // RUN: not %clang_cl -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -c -Werror=unknown-argument -### -- %s 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=CL-ERROR | // RUN: FileCheck %s --check-prefix=CL-ERROR | ||||
// RUN: not %clang_cl -helo -Werror=unknown-argument -### -- %s 2>&1 | \ | // RUN: not %clang_cl -helo -Werror=unknown-argument -### -- %s 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=CL-ERROR-DID-YOU-MEAN | // RUN: FileCheck %s --check-prefix=CL-ERROR-DID-YOU-MEAN | ||||
// RUN: %clang_cl -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -c -Wno-unknown-argument -### -- %s 2>&1 | \ | // RUN: %clang_cl -cake-is-lie -%0 -%d -HHHH -munknown-to-clang-option -print-stats -funknown-to-clang-option -c -Wno-unknown-argument -### -- %s 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=SILENT | // RUN: FileCheck %s --check-prefix=SILENT | ||||
// RUN: not %clang -cc1as -hell --version 2>&1 | \ | // RUN: not %clang_bin -cc1as -hell --version 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=CC1AS-DID-YOU-MEAN | // RUN: FileCheck %s --check-prefix=CC1AS-DID-YOU-MEAN | ||||
// RUN: not %clang -cc1asphalt -help 2>&1 | \ | // RUN: not %clang_bin -cc1asphalt -help 2>&1 | \ | ||||
// RUN: FileCheck %s --check-prefix=UNKNOWN-INTEGRATED | // RUN: FileCheck %s --check-prefix=UNKNOWN-INTEGRATED | ||||
// CHECK: error: unknown argument: '-cake-is-lie' | // CHECK: error: unknown argument: '-cake-is-lie' | ||||
// CHECK: error: unknown argument: '-%0' | // CHECK: error: unknown argument: '-%0' | ||||
// CHECK: error: unknown argument: '-%d' | // CHECK: error: unknown argument: '-%d' | ||||
// CHECK: error: unknown argument: '-HHHH' | // CHECK: error: unknown argument: '-HHHH' | ||||
// CHECK: error: unknown argument: '-munknown-to-clang-option' | // CHECK: error: unknown argument: '-munknown-to-clang-option' | ||||
// CHECK: error: unknown argument: '-print-stats' | // CHECK: error: unknown argument: '-print-stats' | ||||
Show All 21 Lines | |||||
// CL-ERROR: error: unknown argument ignored in clang-cl: '-funknown-to-clang-option' | // CL-ERROR: error: unknown argument ignored in clang-cl: '-funknown-to-clang-option' | ||||
// CL-ERROR-DID-YOU-MEAN: error: unknown argument ignored in clang-cl '-helo'; did you mean '-help'? | // CL-ERROR-DID-YOU-MEAN: error: unknown argument ignored in clang-cl '-helo'; did you mean '-help'? | ||||
// SILENT-NOT: error: | // SILENT-NOT: error: | ||||
// SILENT-NOT: warning: | // SILENT-NOT: warning: | ||||
// CC1AS-DID-YOU-MEAN: error: unknown argument '-hell'; did you mean '-help'? | // CC1AS-DID-YOU-MEAN: error: unknown argument '-hell'; did you mean '-help'? | ||||
// CC1AS-DID-YOU-MEAN: error: unknown argument '--version'; did you mean '-version'? | // CC1AS-DID-YOU-MEAN: error: unknown argument '--version'; did you mean '-version'? | ||||
// UNKNOWN-INTEGRATED: error: unknown integrated tool '-cc1asphalt'. Valid tools include '-cc1' and '-cc1as'. | // UNKNOWN-INTEGRATED: error: unknown integrated tool '-cc1asphalt'. Valid tools include '-cc1' and '-cc1as'. | ||||
// RUN: %clang -S %s -o %t.s -Wunknown-to-clang-option 2>&1 | FileCheck --check-prefix=IGNORED %s | // RUN: %clang_bin -S %s -o %t.s -Wunknown-to-clang-option 2>&1 | FileCheck --check-prefix=IGNORED %s | ||||
// IGNORED: warning: unknown warning option '-Wunknown-to-clang-option' | // IGNORED: warning: unknown warning option '-Wunknown-to-clang-option' |