]> granicus.if.org Git - clang/commit
Set unnamed_addr for type infos that we are confortable marking as hidden. I
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jan 2011 21:44:37 +0000 (21:44 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jan 2011 21:44:37 +0000 (21:44 +0000)
commitb1c65ff108de47a89585ad37874bd6cb232664cd
tree925fe394ffc971a2e1b108b7844b0a2c35b5f4ce
parent9f959db60e8913abafe7d5f5f5a83dc6a5c8d87e
Set unnamed_addr for type infos that we are confortable marking as hidden. I
think it is safe to mark all type infos with unnamed_addr, but I am not sure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123275 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CodeGenModule.cpp
test/CodeGenCXX/rtti-linkage.cpp
test/CodeGenCXX/vtable-linkage.cpp