[Lldb-commits] [PATCH] D41702: Add SysV Abi for PPC64le

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 9 06:39:26 PST 2018


labath added subscribers: jhibbits, emaste.
labath added a comment.

In https://reviews.llvm.org/D41702#970887, @alexandreyy wrote:

> Thanks, @labath .
>  The ABI plugin for PPC64be is not working: https://reviews.llvm.org/D5988 .
>  It was implemented based on the x86_64 plugin and needs to be fixed.
>  We could commit this patch and merge the plugins when both plugins work properly.


Hmm.. that complicates things a bit. How badly is it broken, do you estimate? Would it be any better than if we just made your new plugin handle the the big-endian target as well (just a best effort, I'm not asking you to actually test it on that target)?

If the ppc64be FreeBSD target is really broken, and there is no desire to fix it, maybe we should just delete the relevant plugin.

@emaste, @jhibbits: do you know what's the state of ppc64 lldb support in freebsd?


https://reviews.llvm.org/D41702





More information about the lldb-commits mailing list