[llvm-commits] [llvm] r47603 - /llvm/trunk/test/Makefile

Gabor Greif ggreif at gmail.com
Tue Feb 26 05:27:59 PST 2008


Author: ggreif
Date: Tue Feb 26 07:27:49 2008
New Revision: 47603

URL: http://llvm.org/viewvc/llvm-project?rev=47603&view=rev
Log:
unbreak check-one
by supplying a dummy
"verbose" procedure

Modified:
    llvm/trunk/test/Makefile

Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=47603&r1=47602&r2=47603&view=diff

==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Tue Feb 26 07:27:49 2008
@@ -66,6 +66,7 @@
 	  echo "proc fail  { msg } { puts \"FAIL: \$$msg\" }" ; \
 	  echo "proc xfail { msg } { puts \"XFAIL: \$$msg\" }" ; \
 	  echo "proc xpass { msg } { puts \"XPASS: \$$msg\" }" ; \
+	  echo "proc verbose args { }" ; \
 	  echo "source $(LLVM_SRC_ROOT)/test/lib/llvm.exp" ; \
 	  echo "RunLLVMTests $(TESTPATH)" ) | \
 	( ulimit -t 600 ; ulimit -d 512000 ; \





More information about the llvm-commits mailing list