[llvm-commits] [llvm] r92499 - /llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll

Chris Lattner clattner at apple.com
Mon Jan 4 11:46:25 PST 2010


On Jan 4, 2010, at 11:41 AM, Devang Patel wrote:

> Author: dpatel
> Date: Mon Jan  4 13:41:13 2010
> New Revision: 92499
>
> URL: http://llvm.org/viewvc/llvm-project?rev=92499&view=rev
> Log:
> The test, derived from optimzed IR, does not mention "bar" in debug  
> info anywhere so the dwarf writer is not expected to emit any debug  
> info for function "bar".

This probably doesn't fail on ppc anymore.  If the test is not useful,  
should it be removed and/or replaced with a test that is useful?

-Chris

>
> 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=92499&r1=92498&r2=92499&view=diff
>
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll (original)
> +++ llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll Mon Jan  4  
> 13:41:13 2010
> @@ -1,4 +1,4 @@
> -; RUN: llc < %s | grep "func_end1:" | count 1
> +; RUN: llc < %s -o /dev/null
> ; XFAIL: powerpc-apple-darwin
> declare void @foo()
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list