[PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Timur Iskhodzhanov
timurrrr at google.com
Wed Jul 17 06:14:28 PDT 2013
================
Comment at: lib/CodeGen/CGCXX.cpp:289
@@ +288,3 @@
+ dtorType == Dtor_Complete && dtor->getParent()->getNumVBases() == 0)
+ dtorType = Dtor_Base;
+
----------------
Hm, am I right that Dtor_Complete and Dtor_Base should have different fnType in the Microsoft ABI ?
http://llvm-reviews.chandlerc.com/D1066
More information about the cfe-commits
mailing list