Re-disable for Darwin; I was mistaken to think this was fixed.

llvm-svn: 95688
This commit is contained in:
Dale Johannesen
2010-02-09 19:54:29 +00:00
parent b06015aa69
commit 8d3aa40bae

View File

@@ -1,6 +1,9 @@
// Check that multiple plugin priorities are not allowed.
// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
// Disable for Darwin PPC: <rdar://problem/7598390>
// XFAIL: powerpc-apple-darwin
include "llvm/CompilerDriver/Common.td"
def Graph : CompilationGraph<[]>;