blob: 0159e163025a6960801dff4db41c6750f3f8bcbb [file] [log] [blame]
// Check to make sure clang with -g on a .s file gets passed.
// rdar://9275556
// RUN: touch %t.s
// RUN: %clang -### -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
//
// mingw has not supported integrated-as yet.
// XFAIL: mingw32
//
// S: "-cc1as"
// S: "-g"