-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++abilibc++abi C++ Runtime Library. Not libc++.libc++abi C++ Runtime Library. Not libc++.
Description
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++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++abilibc++abi C++ Runtime Library. Not libc++.libc++abi C++ Runtime Library. Not libc++.