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 | cb28b48fec2ed89c918775d107dc639be837e9eb (patch) | |
tree | ff21e1644f887af6aa00fe806dc512edc755ae31 | |
parent | c0004df84fca9225b66a50adc66cf21c34298227 (diff) |
test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin.
Also cygwin has not supported integrated-as yet.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147929 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/debug-options-as.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/debug-options-as.c b/test/Driver/debug-options-as.c index 0159e16302..9580ac8e6d 100644 --- a/test/Driver/debug-options-as.c +++ b/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" |