[libcxx-commits] [PATCH] D68269: [libc++abi] Do not define new/delete by default
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 1 08:36:10 PDT 2019
ldionne added a comment.
It turns out the GCC problem was only due to the linker not resolving the undefined new/delete references in libc++abi to libc++. Adding another `-lc++` after `-lc++abi` fixes the issue.
I think this patch is good to go as it is now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68269/new/
https://reviews.llvm.org/D68269
More information about the libcxx-commits
mailing list