summaryrefslogtreecommitdiff
path: root/test/LLVMC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-21 17:31:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-21 17:31:59 +0000
commitff99b16637b084dda4bc421a947477f995fe25ef (patch)
treeda1a7d9b5799dbd25d7528dc2cecb66d7f6a1531 /test/LLVMC
parentf4f43cb5011611d44219ffb1caa988f5adf305bf (diff)
downloadllvm-ff99b16637b084dda4bc421a947477f995fe25ef.tar.gz
llvm-ff99b16637b084dda4bc421a947477f995fe25ef.tar.bz2
llvm-ff99b16637b084dda4bc421a947477f995fe25ef.tar.xz
XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC')
-rw-r--r--test/LLVMC/MultiplePluginPriorities.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td
index 721b7ccd0d..b6b55dee34 100644
--- a/test/LLVMC/MultiplePluginPriorities.td
+++ b/test/LLVMC/MultiplePluginPriorities.td
@@ -1,5 +1,6 @@
// Check that multiple plugin priorities are not allowed.
// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
+// XFAIL: powerpc-apple-darwin
include "llvm/CompilerDriver/Common.td"