[PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
timurrrr at google.com
Mon Sep 9 00:25:17 PDT 2013
Ping
2013/9/4 Timur Iskhodzhanov <timurrrr at google.com>
> Addressed Reid's comments
>
> Hi rjmccall,
>
> http://llvm-reviews.chandlerc.com/D1532
>
> CHANGE SINCE LAST DIFF
> http://llvm-reviews.chandlerc.com/D1532?vs=3971&id=4017#toc
>
> Files:
> test/CodeGenCXX/microsoft-abi-structors.cpp
> test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp
> test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
> test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp
> test/CodeGenCXX/microsoft-abi-constexpr-vs-inheritance.cpp
> test/CodeGenCXX/virtual-base-destructor-call.cpp
> test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
> test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp
> include/clang/AST/VTableBuilder.h
> include/clang/AST/Mangle.h
> lib/AST/VTableBuilder.cpp
> lib/AST/MicrosoftMangle.cpp
> lib/AST/ItaniumMangle.cpp
> lib/CodeGen/CGExprConstant.cpp
> lib/CodeGen/CGDebugInfo.cpp
> lib/CodeGen/CGClass.cpp
> lib/CodeGen/MicrosoftCXXABI.cpp
> lib/CodeGen/ItaniumCXXABI.cpp
> lib/CodeGen/CGVTables.h
> lib/CodeGen/CGVTT.cpp
> lib/CodeGen/CGVTables.cpp
> lib/CodeGen/CGCXXABI.h
> lib/CodeGen/CGCXX.cpp
> lib/CodeGen/CodeGenModule.h
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130909/4be460cb/attachment.html>
More information about the cfe-commits
mailing list