diff options
-rw-r--r-- | clang/test/Driver/output-file-cleanup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/output-file-cleanup.c b/clang/test/Driver/output-file-cleanup.c index 19c0badfdbe..41fa5829c8c 100644 --- a/clang/test/Driver/output-file-cleanup.c +++ b/clang/test/Driver/output-file-cleanup.c @@ -13,6 +13,8 @@ // RUN: test ! -f %t.o // RUN: test -f %t.d +// FIXME: %t.o is not touched with -no-integrated-as. +// XFAIL: mingw32,ppc // REQUIRES: shell // REQUIRES: crash-recovery |