[llvm-commits] [llvm] r95688 - /llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
Dale Johannesen
dalej at apple.com
Tue Feb 9 11:54:29 PST 2010
Author: johannes
Date: Tue Feb 9 13:54:29 2010
New Revision: 95688
URL: http://llvm.org/viewvc/llvm-project?rev=95688&view=rev
Log:
Re-disable for Darwin; I was mistaken to think this was fixed.
Modified:
llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
Modified: llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LLVMC/MultiplePluginPriorities.td?rev=95688&r1=95687&r2=95688&view=diff
==============================================================================
--- llvm/trunk/test/LLVMC/MultiplePluginPriorities.td (original)
+++ llvm/trunk/test/LLVMC/MultiplePluginPriorities.td Tue Feb 9 13:54:29 2010
@@ -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<[]>;
More information about the llvm-commits
mailing list