From c48b976c08be8f0e75d6efef8fa7abbb41912d27 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 13 Apr 2010 23:23:09 +0000 Subject: [PATCH] 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. llvm-svn: 101190 --- llvm/test/DebugInfo/2010-04-13-PubType.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/2010-04-13-PubType.ll b/llvm/test/DebugInfo/2010-04-13-PubType.ll index 6c88887f904b..6f3e98388912 100644 --- a/llvm/test/DebugInfo/2010-04-13-PubType.ll +++ b/llvm/test/DebugInfo/2010-04-13-PubType.ll @@ -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 }