[Lldb-commits] [lldb] [lldb] Refactor PrepareToExecuteJITExpression (PR #224888)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 21 14:03:46 PDT 2026
https://github.com/jimingham approved this pull request.
I can't see how the physical layout matters, so the reordering should be fine.
The AllocateAndMaterializeStruct API is a little odd in that it does "AllocateIfNeeded" and then always calls the materializer. If that's indeed the behavior you need, then you should document it a little better.
https://github.com/llvm/llvm-project/pull/224888
More information about the lldb-commits
mailing list