[libcxx-commits] [PATCH] D125745: [libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 31 09:42:02 PDT 2022


ldionne added a comment.

In D125745#3519531 <https://reviews.llvm.org/D125745#3519531>, @Mordante wrote:

> Seems backdeployment fails so it seems we need to keep the availability macros.

It looks to me like the only failure is an `XPASS` in `libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp`, where you seem to have forgotten to remove the `XFAIL` line. I think this patch should be revived!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125745



More information about the libcxx-commits mailing list