aboutsummaryrefslogtreecommitdiffstats
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
commit50a9ee9fa502aa750a15282657b816bec51e0152 (patch)
tree35f6e087e9feb29519fe659c558c542d6739f5eb
parent68ac3b119c7e5d48dab114139a2940a8d0468ea1 (diff)
downloadexternal_llvm-50a9ee9fa502aa750a15282657b816bec51e0152.zip
external_llvm-50a9ee9fa502aa750a15282657b816bec51e0152.tar.gz
external_llvm-50a9ee9fa502aa750a15282657b816bec51e0152.tar.bz2
XFAIL for PPC Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95121 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/LLVMC/MultiplePluginPriorities.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td
index 721b7cc..f108641 100644
--- a/test/LLVMC/MultiplePluginPriorities.td
+++ b/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<[]>;