[PATCH] D82392: [CodeGen] Add public function to emit C++ destructor call.
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 14:41:43 PDT 2020
zoecarver added a comment.
@rjmccall I updated this patch to introduce the function `getCXXDestructorImplicitParam` instead. This should be closer to D79942 <https://reviews.llvm.org/D79942>. It seems like there is never more than one implicit parameter so, I just have it return a single `llvm::Value*`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82392/new/
https://reviews.llvm.org/D82392
More information about the cfe-commits
mailing list