[llvm-commits] [test-suite] r51593 - /test-suite/trunk/Makefile.programs

Chris Lattner clattner at apple.com
Tue May 27 08:56:52 PDT 2008


On May 27, 2008, at 5:43 AM, Matthijs Kooijman wrote:

> Author: matthijs
> Date: Tue May 27 07:43:04 2008
> New Revision: 51593
>
> URL: http://llvm.org/viewvc/llvm-project?rev=51593&view=rev
> Log:
> Don't pass -time-passes to opt by default, this breaks ENABLE_STATS  
> (because
> then -time-passes is passed twice).

Hi Matthijs,

I think this will break the nightly tester and several other reports,  
which expects to get timing info without ENABLE_STATS.

I'm not familiar with ENABLE_STATS, when did it get added?

-Chris

>
>
> Modified:
>    test-suite/trunk/Makefile.programs
>
> Modified: test-suite/trunk/Makefile.programs
> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=51593&r1=51592&r2=51593&view=diff
>
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- test-suite/trunk/Makefile.programs (original)
> +++ test-suite/trunk/Makefile.programs Tue May 27 07:43:04 2008
> @@ -255,7 +255,7 @@
> # standard compilation optimizations.
> $(PROGRAMS_TO_TEST:%=Output/%.linked.bc): \
> Output/%.linked.bc: Output/%.linked.rbc $(LOPT)
> -	-$(LOPT) -std-compile-opts -time-passes -info-output-file=$ 
> (CURDIR)/$@.info $(STATS) $(EXTRA_LOPT_OPTIONS) $< -o $@ -f
> +	-$(LOPT) -std-compile-opts -info-output-file=$(CURDIR)/$@.info $ 
> (STATS) $(EXTRA_LOPT_OPTIONS) $< -o $@ -f
>
> $(PROGRAMS_TO_TEST:%=Output/%.llvm.stripped.bc): \
> Output/%.llvm.stripped.bc: Output/%.llvm.bc $(LOPT)
> @@ -263,7 +263,7 @@
>
> $(PROGRAMS_TO_TEST:%=Output/%.linked.optbeta.bc): \
> Output/%.linked.optbeta.bc: Output/%.linked.rbc $(LOPT)
> -	-$(LOPT) $(OPTBETAOPTIONS) -time-passes -info-output-file=$ 
> (CURDIR)/$@.info $(STATS)  $< -o $@ -f
> +	-$(LOPT) $(OPTBETAOPTIONS) -info-output-file=$(CURDIR)/$@.info $ 
> (STATS)  $< -o $@ -f
>
>
> ifndef DISABLE_FOR_LLVM_PROGRAMS
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list