[libcxx-commits] [PATCH] D122532: Do not use non-POSIX strtoll_l and strtoull_l

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 29 08:55:18 PDT 2022


Mordante added a comment.

I wonder whether this is the right approach. There's `include/__support/musl/xlocale.h` which defines `strtoll_l` (it drops the locale and calls `strtoll`). So this should work on musl. Did you enable the CMake option `LIBCXX_HAS_MUSL_LIBC`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122532



More information about the libcxx-commits mailing list