[PATCH] D25414: [libcxx] Add support for Fuchsia

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 01:23:44 PDT 2016


phosek added a comment.

Currently yes, we've been using libc++ (and libc++abi which doesn't need any changes) for a few months now without any problems. Our C library is a fork of musl so we rely on all the changes that have already been done to support it. However, we're building libc++ with `LIBCXX_HAS_MUSL_LIBC=ON` but we're slowly diverging from the upstream version so it might be better to stop relying on that option. I'd have to copy `include/support/musl/xlocale.h` to `include/support/fuchsia/xlocale.h`. Would that be fine with you?


Repository:
  rL LLVM

https://reviews.llvm.org/D25414





More information about the cfe-commits mailing list