]> granicus.if.org Git - clang/commit
MS ABI: -fno-rtti-data wasn't data-free enough
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 24 Jul 2014 06:09:19 +0000 (06:09 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 24 Jul 2014 06:09:19 +0000 (06:09 +0000)
commit0aa01aa92196c729c0776a04f64ee75f8580c9e2
tree992a4d619749dcc0a4c5b67a79c131748369fe81
parent6078b27eb63bc08694c11946818d6d415628a246
MS ABI: -fno-rtti-data wasn't data-free enough

While -fno-rtti-data would correctly avoid referencing the RTTI complete
object locator in the VFTable itself, it would emit them anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213841 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/microsoft-no-rtti-data.cpp