Add an XFAIL.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2010-08-13 04:15:45 +00:00
parent 63f02ac349
commit 2e58b0055d

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<[]>;