[PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.

Timur Iskhodzhanov timurrrr at google.com
Fri Jun 28 09:46:27 PDT 2013



================
Comment at: test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 %s -fno-rtti -cxx-abi microsoft -triple=i386-pc-win32 -emit-llvm -o %t
+
----------------
Reid Kleckner wrote:
> I'd roll this into the microsoft-abi-structors.cpp test case
Please note that structors for virtual inheritance can be more complex than usual structors (e.g. think vtordisp), so I think it'd be reasonable to have a separate file in a long term.


http://llvm-reviews.chandlerc.com/D821



More information about the cfe-commits mailing list