Page MenuHomeFreeBSD

libcxxrt: don't export nonexistant symbols
ClosedPublic

Authored by brooks on Mar 12 2024, 9:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 2, 5:08 AM
Unknown Object (File)
Sat, May 30, 1:07 PM
Unknown Object (File)
Fri, May 29, 7:10 PM
Unknown Object (File)
Thu, May 28, 9:32 AM
Unknown Object (File)
Wed, May 27, 1:29 PM
Unknown Object (File)
Mon, May 25, 6:16 AM
Unknown Object (File)
Fri, May 22, 4:09 PM
Unknown Object (File)
Sun, May 17, 1:14 AM
Subscribers

Details

Summary

Remove version entries that we don't build.

Add an arm specific Version.map and for other targets run the files
through sed to handle int vs long in new and delete.

Ideally we'd use the SYMBOL_MAPS functionality to preproces with cpp,
but it doesn't currently handle C++ symbols so be annoyingly duplicative
for now.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

These changes to Version.map aren't optimal, but they work in that they allow building with WITHOUT_UNDEFINED_VERSION defined and I've used my symbol level ABI checker (D44271) to verify that no symbols were lost.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 16 2024, 9:15 PM
This revision was automatically updated to reflect the committed changes.