4 // Check that -fdriver-only doesn't actually run the generated -cc1 job.
6 // RUN: %clang -c %s -o %t/a.o -fdriver-only
9 // Check that -fdriver-only respects errors.
11 // RUN: not %clang -c %s -fdriver-only -target i386-apple-darwin9 -m32 -Xarch_i386 -o
13 // Check that -fdriver-only respects -v.
15 // RUN: %clang -c %s -fdriver-only -v 2>&1 | FileCheck %s --check-prefix=CHECK-V
16 // CHECK-V: {{.*}} "-cc1"
18 // RUN: %clang -c %s -fdriver-only 2>&1 | FileCheck %s --check-prefix=CHECK-NO-V --allow-empty
19 // CHECK-NO-V-NOT: {{.*}} "-cc1"