summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-02-02 20:56:02 +0000
committerBill Wendling <isanbard@gmail.com>2010-02-02 20:56:02 +0000
commited0278c37f7d6dd7cb4c017563e60b3283b3e73b (patch)
treeeafb17d79b426c774c0507e51179b0e7ec957b1e
parent2481509162d0b336571d082215556b456cc4b122 (diff)
downloadbcm5719-llvm-ed0278c37f7d6dd7cb4c017563e60b3283b3e73b.tar.gz
bcm5719-llvm-ed0278c37f7d6dd7cb4c017563e60b3283b3e73b.zip
XFAIL for PPC Darwin.
llvm-svn: 95121
-rw-r--r--llvm/test/LLVMC/MultiplePluginPriorities.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/MultiplePluginPriorities.td b/llvm/test/LLVMC/MultiplePluginPriorities.td
index 721b7ccd0d2..f1086418f19 100644
--- a/llvm/test/LLVMC/MultiplePluginPriorities.td
+++ b/llvm/test/LLVMC/MultiplePluginPriorities.td
@@ -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<[]>;
OpenPOWER on IntegriCloud