[Lldb-commits] [lldb] [lldb][RISCV] Support optionally disabled FPR (PR #104547)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 22 02:34:11 PDT 2024


DavidSpickett wrote:

Just from lldb's side, the code is organised such that we end up with separate code for 32 and 64 bit in a lot of cases. So a PR for 64 bit only is fine (in fact preferable, as this PR will provide a template for anyone wanting to implement 32 bit support).

Of course it's up to @AlexeyMerzlyakov what their plans are here.

https://github.com/llvm/llvm-project/pull/104547


More information about the lldb-commits mailing list