[libcxx-commits] [PATCH] D63883: [libc++] Do not cleverly link against libc++abi just because it happens to be there
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 2 09:42:38 PDT 2019
ldionne added a comment.
In D63883#1561467 <https://reviews.llvm.org/D63883#1561467>, @thakis wrote:
> Here's my take on this, which I hadn't had time to follow up on: https://reviews.llvm.org/D62060 Maybe it provides at least some mild entertainment.
Your approach is fine too, but I like mine better because it gets rid of `LIBCXX_CXX_ABI_INTREE` and removes more complexity than yours.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63883/new/
https://reviews.llvm.org/D63883
More information about the libcxx-commits
mailing list