-// cygming have not supported integrated-as yet.
-// REQUIRES: clang-driver
-//
// Check to make sure clang is somewhat picky about -g options.
// (Delived from debug-options.c)
// rdar://10383444
// RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
-// gcc is invoked instead of clang-cc1as with gcc-driver -save-temps.
-// REQUIRES: clang-driver
-
// CHECK: cc1as
// CHECK: -mrelax-all
// RUN: %clang -### -c -integrated-as %s 2>&1 | FileCheck %s
-// REQUIRES: clang-driver
-
// CHECK: cc1as
// CHECK-NOT: -relax-all