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

Chris Lattner sabre at nondot.org
Tue Jan 5 11:42:04 PST 2010


Author: lattner
Date: Tue Jan  5 13:42:04 2010
New Revision: 92757

URL: http://llvm.org/viewvc/llvm-project?rev=92757&view=rev
Log:
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=92757&r1=92756&r2=92757&view=diff

==============================================================================
--- test-suite/trunk/TEST.libcalls.Makefile (original)
+++ test-suite/trunk/TEST.libcalls.Makefile Tue Jan  5 13:42:04 2010
@@ -23,6 +23,7 @@
 $(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt):  \
 Output/%.$(TEST).report.txt: Output/%.linked.rbc $(LOPT) \
 	$(PROJ_SRC_ROOT)/TEST.libcalls.Makefile 
+	$(VERB) $(RM) -f $@
 	@echo "---------------------------------------------------------------" >> $@
 	@echo ">>> ========= '$(RELDIR)/$*' Program" >> $@
 	@echo "---------------------------------------------------------------" >> $@





More information about the llvm-commits mailing list