forked from OSchip/llvm-project
test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin.
Also cygwin has not supported integrated-as yet. llvm-svn: 147929
This commit is contained in:
parent
0e60839e11
commit
d3a5de6768
|
@ -3,8 +3,8 @@
|
|||
// 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
|
||||
// cygming have not supported integrated-as yet.
|
||||
// XFAIL: cygwin,mingw32
|
||||
//
|
||||
// S: "-cc1as"
|
||||
// S: "-g"
|
||||
|
|
Loading…
Reference in New Issue