From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 09:43:17 +0000 (+0000) Subject: clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10ee17d6f87e5f7f0222bbcd933d0b0b9220e8ef;p=platform%2Fupstream%2Fllvm.git clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. ..."ppc" was not recognized here. llvm-svn: 173435 --- diff --git a/clang/test/Driver/output-file-cleanup.c b/clang/test/Driver/output-file-cleanup.c index 41fa582..10a8134 100644 --- a/clang/test/Driver/output-file-cleanup.c +++ b/clang/test/Driver/output-file-cleanup.c @@ -14,7 +14,7 @@ // RUN: test -f %t.d // FIXME: %t.o is not touched with -no-integrated-as. -// XFAIL: mingw32,ppc +// XFAIL: mingw32,powerpc,arm // REQUIRES: shell // REQUIRES: crash-recovery