• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# These symbols are not re-exported from libc++ because providing a definition in libc++ causes
2# issues with some clients when backdeploying.
3
4# These symbols are implementation details of libc++abi, but they are referenced from UBSan
5# (which is a total hack). We'll need to figure out how to decouple UBSan from these details
6# before we can stop exporting them from libc++abi.
7__ZTIN10__cxxabiv117__class_type_infoE
8__ZTIN10__cxxabiv120__si_class_type_infoE
9__ZTIN10__cxxabiv121__vmi_class_type_infoE
10
11# This symbol is not an implementation detail of libc++abi, but it also causes issues when moving
12# to libc++. This needs further investigation.
13___cxa_rethrow_primary_exception
14