[Lldb-commits] [PATCH] Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport instead of getDefaultTargetTriple
Zachary Turner
zturner at google.com
Wed Feb 25 17:56:23 PST 2015
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/
More information about the lldb-commits
mailing list