[Lldb-commits] [lldb] [lldb][AIX] Added RegisterInfo file for PPC64 (PR #165367)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 29 22:56:59 PDT 2025
HemangGadhavi wrote:
@DavidSpickett
Agreed — the existing ppc64le implementation doesn’t contain much endianness-specific logic. However, reusing and renaming the existing ppc64le code would require several modifications to the current linux_ppc64le implementation, which we’d prefer to keep intact to avoid impacting the existing code path.
Therefore, we decided to develop the PPC big-endian (BE) support from scratch to maintain clear separation.
We also have a plan to add 32-bit support in the future, and this approach will allow us to reuse or consolidate common functionality within shared PPC-BE files for both 64 and 32.
https://github.com/llvm/llvm-project/pull/165367
More information about the lldb-commits
mailing list