]> granicus.if.org Git - clang/commit
[MS ABI] Cleanup emitVTableDefinitions
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 9 Feb 2016 17:27:52 +0000 (17:27 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 9 Feb 2016 17:27:52 +0000 (17:27 +0000)
commitdbe65180fb1f2c560db6f44202c3c3251b1cce4f
tree6a1944434f249cf2d7a04573eb3b4f5a48f31e34
parent718d523b46691b9f75209ed72fb8b17b9fbd12e6
[MS ABI] Cleanup emitVTableDefinitions

Use the VFTable components to determine whether or not we should emit
RTTI data instead of duplicating the VFTableBuilder's logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260238 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp