blob: 9580ac8e6dd38c118d8362ea7ef77413c053535b [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//
NAKAMURA Takumicb28b482012-01-11 07:50:51 +00006// cygming have not supported integrated-as yet.
7// XFAIL: cygwin,mingw32
NAKAMURA Takumi868f65c2011-12-31 02:36:23 +00008//
9// S: "-cc1as"
10// S: "-g"