aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC
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
commit3900837ca607abf03fcf2b090324085015a4488f (patch)
tree35f6e087e9feb29519fe659c558c542d6739f5eb /test/LLVMC
parentd56f80358b113e918dc43d5b7659f4dd545872de (diff)
downloadexternal_llvm-3900837ca607abf03fcf2b090324085015a4488f.zip
external_llvm-3900837ca607abf03fcf2b090324085015a4488f.tar.gz
external_llvm-3900837ca607abf03fcf2b090324085015a4488f.tar.bz2
XFAIL for PPC Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC')
-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<[]>;