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 | // | ||||
6 | // mingw has not supported integrated-as yet. | ||||
7 | // XFAIL: mingw32 | ||||
8 | // | ||||
9 | // S: "-cc1as" | ||||
10 | // S: "-g" |