diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-02-02 20:56:02 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-02-02 20:56:02 +0000 |
commit | ed0278c37f7d6dd7cb4c017563e60b3283b3e73b (patch) | |
tree | eafb17d79b426c774c0507e51179b0e7ec957b1e | |
parent | 2481509162d0b336571d082215556b456cc4b122 (diff) | |
download | bcm5719-llvm-ed0278c37f7d6dd7cb4c017563e60b3283b3e73b.tar.gz bcm5719-llvm-ed0278c37f7d6dd7cb4c017563e60b3283b3e73b.zip |
XFAIL for PPC Darwin.
llvm-svn: 95121
-rw-r--r-- | llvm/test/LLVMC/MultiplePluginPriorities.td | 3 |
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<[]>; |