[llvm-commits] [llvm] r95264 - /llvm/trunk/test/LLVMC/MultiplePluginPriorities.td

Dale Johannesen dalej at apple.com
Wed Feb 3 14:29:02 PST 2010


Author: johannes
Date: Wed Feb  3 16:29:02 2010
New Revision: 95264

URL: http://llvm.org/viewvc/llvm-project?rev=95264&view=rev
Log:
This test passes now on ppc darwin, so reenable it.


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=95264&r1=95263&r2=95264&view=diff

==============================================================================
--- llvm/trunk/test/LLVMC/MultiplePluginPriorities.td (original)
+++ llvm/trunk/test/LLVMC/MultiplePluginPriorities.td Wed Feb  3 16:29:02 2010
@@ -1,9 +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"
 
-// 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