[llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh TimedExec.sh

Evan Cheng evan.cheng at apple.com
Thu May 3 15:06:52 PDT 2007


That's how I am running my nightly tests now. You can add a couple of  
lines for your target. e.g.

ifeq ($(TARGET_ARCH),ARM4)
LLCBETAOPTION := ..
endif

It's just a makefile. Easy to hack. :-)

Evan
On May 3, 2007, at 3:00 PM, Lauro Ramos Venancio wrote:

> I think we should coordinate the work. We are doing the same thing  
> in different ways. I will try merge the changes.
>
> @@ -229,6 +237,9 @@
> ifeq ($(ARCH),Sparc)
> LLCBETAOPTION := -enable-sparc-v9-insts
> endif
> +ifeq ($(TARGET_ARCH),ARM)
> +LLCBETAOPTION := -march=thumb
> +endif
>
>
> I think this is not  a good choice. We will not be able to compare  
> gcc thumb with llvm thumb times. I think it is better to run the  
> tests two times: one for thumb and other for arm.
>
> Lauro
>
>
> _______________________________________________
> 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