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)
commit65f8732c146f92a6960f352e12959b613d32e848
treeb5e073eaf6a298eeff641f76a0671620e9bc0e0b
parent3880089fc7e7b4c2be8eccb09379a02db9160189
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.

llvm-svn: 213841
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/test/CodeGenCXX/microsoft-no-rtti-data.cpp