[Lldb-commits] [PATCH] D121348: Don't try to get memory returns for ABIMacOSX_arm64
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 10 00:00:29 PST 2022
jasonmolenda added a comment.
Ach, that's unfortunate. So a caller can allocate space for the return object, pass that address to a callee in x8, but when callee returns, x8 has been overwritten. Agree that this is the only right way to behave.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121348/new/
https://reviews.llvm.org/D121348
More information about the lldb-commits
mailing list