14 lines · plain
1# These symbols are not re-exported from libc++ because providing a definition in libc++ causes2# issues with some clients when backdeploying.3 4# These symbols are implementation details of libc++abi, but they are referenced from UBSan5# (which is a total hack). We'll need to figure out how to decouple UBSan from these details6# before we can stop exporting them from libc++abi.7__ZTIN10__cxxabiv117__class_type_infoE8__ZTIN10__cxxabiv120__si_class_type_infoE9__ZTIN10__cxxabiv121__vmi_class_type_infoE10 11# This symbol is not an implementation detail of libc++abi, but it also causes issues when moving12# to libc++. This needs further investigation.13___cxa_rethrow_primary_exception14