[Lldb-commits] [PATCH] Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport instead of getDefaultTargetTriple

Zachary Turner zturner at google.com
Wed Feb 25 18:07:35 PST 2015


I think i get it, when you said inferior it made me think you were trying
to return the triple of the remote.

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
On Wed, Feb 25, 2015 at 5:56 PM Zachary Turner <zturner at google.com> wrote:

> Maybe I'm confusing what you're trying to do, but
> HostInfoBase::GetArchitecture() 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?
>
>
> http://reviews.llvm.org/D7893
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150226/4dbdb0b0/attachment.html>


More information about the lldb-commits mailing list