blob: 0159e163025a6960801dff4db41c6750f3f8bcbb [file] [log] [blame]
NAKAMURA Takumi868f65c2011-12-31 02:36:23 +00001// Check to make sure clang with -g on a .s file gets passed.
2// rdar://9275556
3// RUN: touch %t.s
4// RUN: %clang -### -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
5//
6// mingw has not supported integrated-as yet.
7// XFAIL: mingw32
8//
9// S: "-cc1as"
10// S: "-g"