[PATCH] D18199: CodeGen: Implement IR generation for the relative vtable ABI (PR26723).

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 15:46:20 PDT 2016


pcc added inline comments.

================
Comment at: lib/CodeGen/ItaniumCXXABI.cpp:1627
@@ +1626,3 @@
+
+llvm::Value *CodeGenFunction::GetVirtualFunctionFromVTable(const CXXRecordDecl *RD,
+                                                           llvm::Value *VTable,
----------------
rnk wrote:
> Maybe this should live in CGVTables.cpp or CGClass.cpp instead of ItaniumCXXABI.cpp?
Yes, sorry, I forgot to move this somewhere more sensible before sending this out for review.


http://reviews.llvm.org/D18199





More information about the cfe-commits mailing list