[Lldb-commits] [PATCH] D62702: [ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Wanyi Ye via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 31 14:49:59 PDT 2019
kusmour added a comment.
In D62702#1525655 <https://reviews.llvm.org/D62702#1525655>, @compnerd wrote:
> Actually, I think that we should extend `CompilerType` and `TypeSystem` to expose Clang's knowledge of whether a type is passed in a register by means of using `clang::RecordDecl::isPassInRegisters`
Can't agree more. Thanks!!
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62702/new/
https://reviews.llvm.org/D62702
More information about the lldb-commits
mailing list