[libcxx-commits] [PATCH] D63883: [libc++] Do not cleverly link against libc++abi just because it happens to be there

Michał Górny via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 9 06:42:35 PDT 2019


mgorny added a comment.

In D63883#1574132 <https://reviews.llvm.org/D63883#1574132>, @ldionne wrote:

> The build bots must specify `-DLIBCXX_CXX_ABI=libcxxabi` at the CMake configure step. Otherwise, they'll end up using the `default` ABI library on Linux, which uses the `xxx_fallback.ipp` files from libc++, and that doesn't implement everything we need.


Thanks. I've added that to NetBSD buildbot, so feel free to recommit once others are ready.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63883/new/

https://reviews.llvm.org/D63883





More information about the libcxx-commits mailing list