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

Devang Patel dpatel at apple.com
Tue Apr 13 16:23:10 PDT 2010


Author: dpatel
Date: Tue Apr 13 18:23:09 2010
New Revision: 101190

URL: http://llvm.org/viewvc/llvm-project?rev=101190&view=rev
Log:
XFAIL this test for powerpc. 
This test relies on iSel lowering dbg_declare intrinsic when CodeGen::OptLevel is None. On PPC side, CodeGen::OptLevel stays to default when -O0 is used on the command line.

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=101190&r1=101189&r2=101190&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll Tue Apr 13 18:23:09 2010
@@ -2,7 +2,7 @@
 ; 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