[Lldb-commits] [lldb] [lldb] Add some vector operations to the IRInterpreter (PR #155000)

Daniel Sanders via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 5 10:41:49 PDT 2025


dsandersllvm wrote:

> For testing the endianess, I'm not sure we have PPC LLDB buildbots that would test this (@DavidSpickett or @JDevlieghere might know). Any chance this can be tested with unit-tests somehow? Maybe we can just pass an LLVM IR module into the IRInterpreter? We could potentially build something into `lldb-test` even. If that's too much hassle we can also just do that as a follow-up

I'm not sure we can. The problem arises from transferring LLVM-IR values to/from the targets memory. If we don't have the target consuming/producing that memory then our test could just be consistently-wrong and pass anyway.

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


More information about the lldb-commits mailing list