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

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu May 3 15:00:13 PDT 2007


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070503/0e7d24b1/attachment.html>


More information about the llvm-commits mailing list