Page MenuHomeFreeBSD

libcxxrt: correct mangled "typeinfo name" symbols in Version.map
ClosedPublic

Authored by emaste on Jun 28 2016, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 27 2024, 7:46 AM
Unknown Object (File)
Oct 2 2024, 7:18 AM
Unknown Object (File)
Sep 27 2024, 5:47 AM
Unknown Object (File)
Sep 17 2024, 2:25 AM
Unknown Object (File)
Sep 17 2024, 1:24 AM
Unknown Object (File)
Sep 16 2024, 7:57 PM
Unknown Object (File)
Sep 8 2024, 8:17 PM
Unknown Object (File)
Sep 8 2024, 3:34 PM
Subscribers
None

Details

Summary

rS260553 added missing C++ typinfos to libcxxrt's version script. It appears that a number of duplicate mangled symbols were added due to a cut and paste error. Switch the second instances to _ZTS*, typeinfo name for *

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to libcxxrt: correct mangled "typeinfo name" symbols in Version.map.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: theraven, dim.
emaste updated this object.
dim edited edge metadata.

Yes, this looks good to me. How did this get noticed, btw?

This revision is now accepted and ready to land.Jun 28 2016, 9:42 PM

I found it while trying to link FreeBSD with lld, which reported an error (now changed to a warning): http://reviews.llvm.org/D21781. lld's symver support is now nearly usable for FreeBSD's needs.

This revision was automatically updated to reflect the committed changes.