[Lldb-commits] [PATCH] D41702: Add SysV Abi for PPC64le
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 19 01:10:56 PST 2018
labath added a comment.
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).
https://reviews.llvm.org/D41702
More information about the lldb-commits
mailing list