diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-11 07:50:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-11 07:50:51 +0000 |
commit | d3a5de676857990d287ea92f814119fb37149bf1 (patch) | |
tree | d76017e123760e026b30125a486d5320427f7af0 /clang/test/Driver/debug-options-as.c | |
parent | 0e60839e11f1600d40c97ae81c4ce29afee16cd2 (diff) | |
download | bcm5719-llvm-d3a5de676857990d287ea92f814119fb37149bf1.tar.gz bcm5719-llvm-d3a5de676857990d287ea92f814119fb37149bf1.zip |
test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin.
Also cygwin has not supported integrated-as yet.
llvm-svn: 147929
Diffstat (limited to 'clang/test/Driver/debug-options-as.c')
-rw-r--r-- | clang/test/Driver/debug-options-as.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/debug-options-as.c b/clang/test/Driver/debug-options-as.c index 0159e163025..9580ac8e6dd 100644 --- a/clang/test/Driver/debug-options-as.c +++ b/clang/test/Driver/debug-options-as.c @@ -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" |