[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
Thu Jun 27 09:02:03 PDT 2019
ldionne added a comment.
This solves the problem that currently, NOT specifying `LLVM_ENABLE_PROJECTS=libcxxabi` and building libc++ will fail because `cxxabi_shared` can't be found.
Still an open question is whether we need to retain the in-tree include paths of libc++abi, or whether linking against the `cxxabi_shared` target is enough. @EricWF, can you remind me why we install libc++abi headers in `include/c++/v1` again?
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