[PATCH] D45384: [ObjC++] Never pass structs with `__weak` fields in registers
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 6 12:43:03 PDT 2018
rjmccall added a comment.
Well, but I think CanPassInRegisters==false in the base class does always mean CanPassInRegisters==false in the subclass.
Repository:
rC Clang
https://reviews.llvm.org/D45384
More information about the cfe-commits
mailing list