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

Chris Lattner clattner at apple.com
Tue Jan 5 10:05:21 PST 2010


On Jan 5, 2010, at 6:22 AM, Gregory Petrosyan wrote:

> 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...

looks like some lines got moved, fixed on mainline, thanks.

-Chris

>
> 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:
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list