Issue 79008
Summary [libc++] Re-exports from libc++abi are out of sync
Labels libc++, libc++abi
Assignees ldionne
Reporter 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`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to