[PATCH] D42468: [lldb][PPC64] Fixed vector and struct return value

Leandro Lupori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 10:46:32 PST 2018


luporl updated this revision to Diff 132211.
luporl added a comment.

Now using LLDB_LOG_ERROR.

There was also an issue in HostInfoBase, where there was a missing
ppc64le case in a switch, which would end up making lldb-server abort
because it wouldn't find a valid arch.

Everything was working before probably because the old arch detection
code was thinking the arch was ppc64 at that point, but as it changed
and now correctly returns ppc64le, the issue was found.


https://reviews.llvm.org/D42468

Files:
  source/Host/common/HostInfoBase.cpp
  source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42468.132211.patch
Type: text/x-patch
Size: 28516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180131/083aff65/attachment.bin>


More information about the llvm-commits mailing list