From 10ee17d6f87e5f7f0222bbcd933d0b0b9220e8ef Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 09:43:17 +0000 Subject: [PATCH] clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. ..."ppc" was not recognized here. llvm-svn: 173435 --- clang/test/Driver/output-file-cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4