I think i get it, when you said inferior it made me think you were trying to return the triple of the remote.<br><br>Anyway, this change looks correct to me, getProcessTriple() returns LLVM_HOST_TRIPLE which is defined as "The triple of the process that LLVM will run in", which matches what GetArchitecture should return <br><div class="gmail_quote">On Wed, Feb 25, 2015 at 5:56 PM Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe I'm confusing what you're trying to do, but HostInfoBase::GetArchitecture(<u></u>) is supposed to return the triple of the host, by definition.  If you want something that is compatible with a remote, you need a different function, maybe in Platform?<br>
<br>
<br>
<a href="http://reviews.llvm.org/D7893" target="_blank">http://reviews.llvm.org/D7893</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div>