[llvm-commits] [llvm] r106121 - /llvm/trunk/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
Devang Patel
dpatel at apple.com
Wed Jun 16 11:04:12 PDT 2010
Author: dpatel
Date: Wed Jun 16 13:04:12 2010
New Revision: 106121
URL: http://llvm.org/viewvc/llvm-project?rev=106121&view=rev
Log:
Update test to explicitly capture llc output.
Modified:
llvm/trunk/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
Modified: llvm/trunk/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll?rev=106121&r1=106120&r2=106121&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll Wed Jun 16 13:04:12 2010
@@ -1,4 +1,5 @@
-; RUN: llc -O2 < %s | grep this | grep -v undef
+; RUN: llc -O2 %s -o %t
+; RUN: grep this %t | grep -v undef
; Test to check that unused argument 'this' is not undefined in debug info.
%struct.foo = type { i32 }
More information about the llvm-commits
mailing list