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

Chris Lattner clattner at apple.com
Tue Jan 5 11:42:10 PST 2010


Doh, thanks, done.

-Chris

On Jan 5, 2010, at 11:27 AM, Gregory Petrosyan wrote:

> On Tue, Jan 05, 2010 at 10:05:21AM -0800, Chris Lattner wrote:
>> looks like some lines got moved, fixed on mainline, thanks.
>
> Not really fixed :-) Please commit this:
>
> Index: TEST.libcalls.Makefile
> ===================================================================
> --- TEST.libcalls.Makefile	(revision 92749)
> +++ TEST.libcalls.Makefile	(working copy)
> @@ -23,10 +23,10 @@
> $(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  
> "---------------------------------------------------------------" >>  
> $@
> -	$(VERB) $(RM) -f $@
> 	@-$(LOPT) -simplify-libcalls -stats -debug-only=simplify-libcalls \
> 	         -time-passes -disable-output $< 2>>$@
> summary:




More information about the llvm-dev mailing list