[Lldb-commits] [PATCH] D61146: Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference when loading from DWARF

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 25 13:46:30 PDT 2019


shafik added a comment.

@rsmith I tagged you in this change in case we are missing any implications in using `DW_CC_pass_by_reference` to do `setArgPassingRestrictions(clang::RecordDecl::APK_CannotPassInRegs);`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61146/new/

https://reviews.llvm.org/D61146





More information about the lldb-commits mailing list