[Lldb-commits] [PATCH] D62702: [ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Saleem Abdulrasool via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 31 14:41:22 PDT 2019
compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.
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`
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