[llvm-commits] [llvm] r79003 - /llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll
Daniel Dunbar
daniel at zuster.org
Fri Aug 14 09:40:14 PDT 2009
Author: ddunbar
Date: Fri Aug 14 11:40:12 2009
New Revision: 79003
URL: http://llvm.org/viewvc/llvm-project?rev=79003&view=rev
Log:
Take another shot at disabling this when no ppc support is available.
Modified:
llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll
Modified: llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll?rev=79003&r1=79002&r2=79003&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll Fri Aug 14 11:40:12 2009
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | llc -f -o /dev/null
-; XFAIL: *
-; XTARGET: powerpc
+; XFAIL: powerpc
target triple = "powerpc-apple-darwin9.5"
%llvm.dbg.variable.type = type { i32, { }*, i8*, { }*, i32, { }*, i8*, i8* }
More information about the llvm-commits
mailing list