Skip to content

[libc++] Re-exports from libc++abi are out of sync #79008

@ldionne

Description

@ldionne

The set of libc++abi symbols we re-export from libc++ has gotten out of sync since libcxx/lib/libc++abi.exp wasn't updated. We should really generate the full set of symbols to re-export from libc++abi directly. Today we do it partially, for example exception symbols are re-exported via the cxxabi-reexports target, but other things like the typeinfo for fundamental types is hardcoded in libcxx/lib/libc++abi.exp.

Metadata

Metadata

Assignees

Labels

libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++abilibc++abi C++ Runtime Library. Not libc++.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions