I think we should coordinate the work. We are doing the same thing in different ways. I will try merge the changes.<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>@@ -229,6 +237,9 @@<br> ifeq ($(ARCH),Sparc)<br> LLCBETAOPTION := -enable-sparc-v9-insts<br> endif<br>+ifeq ($(TARGET_ARCH),ARM)<br>+LLCBETAOPTION := -march=thumb<br>+endif</blockquote><div><br><br>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.
<br><br>Lauro<br></div><br></div><br>