NAKAMURA Takumi | 868f65c | 2011-12-31 02:36:23 +0000 | [diff] [blame] | 1 | // 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 Takumi | cb28b48 | 2012-01-11 07:50:51 +0000 | [diff] [blame] | 6 | // cygming have not supported integrated-as yet. |
7 | // XFAIL: cygwin,mingw32 | ||||
NAKAMURA Takumi | 868f65c | 2011-12-31 02:36:23 +0000 | [diff] [blame] | 8 | // |
9 | // S: "-cc1as" | ||||
10 | // S: "-g" |