[llvm-commits] [test-suite] r92758 - /test-suite/trunk/TEST.libcalls.Makefile

Chris Lattner sabre at nondot.org
Tue Jan 5 11:44:48 PST 2010


Author: lattner
Date: Tue Jan  5 13:44:48 2010
New Revision: 92758

URL: http://llvm.org/viewvc/llvm-project?rev=92758&view=rev
Log:
really really really fix this.

Modified:
    test-suite/trunk/TEST.libcalls.Makefile

Modified: test-suite/trunk/TEST.libcalls.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.libcalls.Makefile?rev=92758&r1=92757&r2=92758&view=diff

==============================================================================
--- test-suite/trunk/TEST.libcalls.Makefile (original)
+++ test-suite/trunk/TEST.libcalls.Makefile Tue Jan  5 13:44:48 2010
@@ -27,7 +27,6 @@
 	@echo "---------------------------------------------------------------" >> $@
 	@echo ">>> ========= '$(RELDIR)/$*' Program" >> $@
 	@echo "---------------------------------------------------------------" >> $@
-	$(VERB) $(RM) -f $@
 	@-$(LOPT) -simplify-libcalls -stats -debug-only=simplify-libcalls \
 	         -time-passes -disable-output $< 2>>$@ 
 summary:





More information about the llvm-commits mailing list