Add an XFAIL.

llvm-svn: 111004
This commit is contained in:
Mikhail Glushenkov 2010-08-13 04:15:45 +00:00
parent 63c83f19a0
commit 104be4cd20

View File

@ -4,6 +4,9 @@
// Disable for Darwin PPC: <rdar://problem/7598390>
// XFAIL: powerpc-apple-darwin
// This also fails on i386-darwin9 for some reason
// XFAIL: i386-darwin9
include "llvm/CompilerDriver/Common.td"
def Graph : CompilationGraph<[]>;