Issue 78860
Summary [libc++] libc++ on apple does not re-export new/delete and exception symbols from libc++abi
Labels libc++, libc++abi
Assignees
Reporter a-n-n-a-l-e-e
    libc++ on apple will re-export many of the symbols in libc++abi but re-exporting new/delete and exceptions was removed in 2020 with the change [[libc++] Simplify how we re-export symbols from libc++abi](https://github.com/llvm/llvm-project/commit/4f13b999297140486b2faa1b5d8d7c768fb40dfb).

from the commit message I am not clear how one would continue to re-export the new/delete symbols in libc++ now that the duplicate code is eliminated.

Is it possible to re-add the re-export logic back into libc++ so that it re-exports all needed symbols from libc++abi ?

thanks! 



_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to