[llvm-commits] [llvm] r91495 - /llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll
Devang Patel
dpatel at apple.com
Tue Dec 15 18:11:38 PST 2009
Author: dpatel
Date: Tue Dec 15 20:11:38 2009
New Revision: 91495
URL: http://llvm.org/viewvc/llvm-project?rev=91495&view=rev
Log:
XFAIL on ppc-darwin.
Modified:
llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll
Modified: llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll?rev=91495&r1=91494&r2=91495&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll Tue Dec 15 20:11:38 2009
@@ -1,5 +1,5 @@
; RUN: llc < %s | grep "func_end1:" | count 1
-
+; XFAIL: powerpc-apple-darwin
declare void @foo()
define void @bar(i32 %i) nounwind ssp {
More information about the llvm-commits
mailing list