[llvm-commits] [llvm] r102404 - /llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll

Dale Johannesen dalej at apple.com
Mon Apr 26 17:01:42 PDT 2010


Author: johannes
Date: Mon Apr 26 19:01:42 2010
New Revision: 102404

URL: http://llvm.org/viewvc/llvm-project?rev=102404&view=rev
Log:
Un-XFAIL this on ppc.  My enabling of dbg_declare handling
in ISel fixed it.


Modified:
    llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll

Modified: llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll?rev=102404&r1=102403&r2=102404&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll Mon Apr 26 19:01:42 2010
@@ -2,7 +2,6 @@
 ; RUN: grep "External Name" %t | grep -v X
 ; RUN: grep "External Name" %t | grep Y | count 1
 ; Test to check type with no defintion is listed in pubtypes section.
-; XFAIL: powerpc
 %struct.X = type opaque
 %struct.Y = type { i32 }
 





More information about the llvm-commits mailing list