<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 28, 2014 at 2:31 PM, Hal Finkel <span dir="ltr"><<a href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">----- Original Message -----<br>
> From: "Tim Northover" <<a href="mailto:t.p.northover@gmail.com">t.p.northover@gmail.com</a>><br>
> To: "Renato Golin" <<a href="mailto:renato.golin@linaro.org">renato.golin@linaro.org</a>><br>
> Cc: "LLVM Developers Mailing List" <<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>><br>
> Sent: <span class="aBn" tabindex="0"><span class="aQJ">Friday</span></span>, March 28, 2014 3:47:49 PM<br>
> Subject: Re: [LLVMdev] Contributing the Apple ARM64 compiler backend<br>
><br>
> Hi Renato,<br>
> >> 2. Test it. Benchmark it. Explore it. Get data for the community<br>
> >> to work with about the state of the back end. ARM has some<br>
> >> excellent data that will help guide us here.<br>
> ><br>
> > Count me in. Would that be a different triple? arm64-linux-gnu?<br>
><br>
> Yep. "--target arm64-linux-gnu" should behave basically the same as<br>
> aarch64-linux-gnu, except ending up in the ARM64 backend. Complete<br>
> with the usual issues of finding your toolchain's includes & libs;<br>
> we've not solved that.<br>
<br>
</div>Is a different target triple the right thing to do here? I think that would introduce a ton of user confusion. How about we keep the target triples as they are, and add some other way to choose the desired backend?<br>
</blockquote></div><br>I share your concern. However, I suspect that a) we will always have at least an alias as both triples are probably in use at this point, and b) it won't be the end of the world to have two triples for the same arch long term. amd64 and x86_64 wasn't the end of the world either. ::shrug::</div>
</div>