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

Alexandre Yukio Yamashita via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 19 03:49:46 PST 2018


alexandreyy added a comment.

In https://reviews.llvm.org/D41702#981456, @labath wrote:

> Well.. whether this plugin is tested depends on what machine you're running on. If you're running on a ppc machine, plenty of tests will exercise this code (TestReturnValue, and pretty much any test doing expression evaluation). Correct me if I am wrong, but I am assuming you guys are running the lldb testsuite as a part of ppc64le bringup.
>
> Given that our entire test suite is based on compiling things and running them on the host, I don't think it's fair to ask a random contributor to come up with a new test strategy.
>
> (Of course, I would still very much like to have tests which are not host-dependent).


We are running the lldb suite as part of our development process.
And we know that there are still some issues with the PPC64le code.
But we are already working on that.
Later, we will send other patches to fix them.
Thanks!


https://reviews.llvm.org/D41702





More information about the lldb-commits mailing list