[LLVMdev] [PATCH] test-suite/libcalls: unbreak build

Gregory Petrosyan gregory.petrosyan at gmail.com
Tue Jan 5 06:22:42 PST 2010


On Tue, Jan 05, 2010 at 04:43:33PM +0300, Gregory Petrosyan wrote:
> 'make TEST=example' works, 'make TEST=jit' and 'make' work too. Any ideas about what is going wrong here?

No idea why this stuff was there...

Index: TEST.libcalls.Makefile
===================================================================
--- TEST.libcalls.Makefile	(revision 92512)
+++ TEST.libcalls.Makefile	(working copy)
@@ -21,12 +21,11 @@
 	@cat $<
 
 $(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt):  \
-Output/%.$(TEST).report.txt: Output/%.linked.rbc $(LOPT) \
+Output/%.$(TEST).report.txt: Output/%.linked.rbc $(LOPT)
 	$(VERB) $(RM) -f $@
 	@echo "---------------------------------------------------------------" >> $@
 	@echo ">>> ========= '$(RELDIR)/$*' Program" >> $@
 	@echo "---------------------------------------------------------------" >> $@
-	$(PROJ_SRC_ROOT)/TEST.libcalls.Makefile 
 	@-$(LOPT) -simplify-libcalls -stats -debug-only=simplify-libcalls \
 	         -time-passes -disable-output $< 2>>$@ 
 summary:



More information about the llvm-dev mailing list