[PATCH] [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Timur Iskhodzhanov
timurrrr at google.com
Thu Nov 14 11:14:43 PST 2013
================
Comment at: lib/CodeGen/MicrosoftCXXABI.cpp:1012
@@ +1011,3 @@
+ // Disable the final ARC autorelease.
+ CGF.AutoreleaseResult = false;
+
----------------
You might want to reconsider how you've shared/duplicated lines 1009-1014 with the "standard" thunks now.
http://llvm-reviews.chandlerc.com/D2104
More information about the cfe-commits
mailing list