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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits