[cfe-commits] r124089 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/CodeGen/CodeGenModule.cpp test/CodeGenCXX/exceptions-no-rtti.cpp test/CodeGenCXX/key-function-vtable.cpp test/CodeGenCXX/mangle-subst-std.cpp test/CodeGenCXX/rtti-linkage.cpp test/Co...

Renato Golin Renato.Golin at arm.com
Mon Jan 24 13:30:10 PST 2011


On 24/01/11 17:33, Douglas Gregor wrote:
> That depends on the linker. With the Mac OS 10.6 dynamic linker, for
> example, a strong external symbol in one shared library will not get
> merged with same-named weak symbols in another shared library.

Oh! I see...

So what do you do? Mangle them differently? Or just make sure that
nothing in one object access the symbols in the other objects?

cheers,
--renato

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.





More information about the cfe-commits mailing list