[Lldb-commits] [lldb] [lldb][AIX] Added RegisterInfo file for PPC64 (PR #165367)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 29 09:17:44 PDT 2025
DavidSpickett wrote:
I'm looking at the ppc64le file and there's nothing in there that is endian dependent other than the names of some variables. Please check whether it would be possible to rename parts of the existing ppc64le code and re-use it. There'll be some limit to this of course, but I think at least the names and sizes of registers could be reused.
One way to do this would be to actually copy all the things to make ppc(be) versions, until you have something working. Then try merging each part of duplicated code. With the aim of a PR that only duplicates what is needed (or at least you think is needed, we can discuss it of course).
Or you can start doing it from scratch, whatever you have the appetite for.
https://github.com/llvm/llvm-project/pull/165367
More information about the lldb-commits
mailing list