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

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 12:33:19 PDT 2019


ldionne added a comment.

In D63883#1574119 <https://reviews.llvm.org/D63883#1574119>, @mgorny wrote:

> Could you tell me specifically what change to buildbot is requested? I must've missed the original thread.


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.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63883





More information about the llvm-commits mailing list