[libcxx-commits] [PATCH] D91517: [libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 07:06:45 PST 2020


ldionne added a comment.

In D91517#2419547 <https://reviews.llvm.org/D91517#2419547>, @curdeius wrote:

> Ok. Will wait for your patch. I just added XFAIL for macosx dylibs.

Can you confirm that the issues you were seeing on older macOSes are that the tests are now exercising `char8_t` `codecvt`, so you're seeing runtime errors since those are not `install`ed in older dylibs? I'm trying to make sure we understand the issue and don't silent something important.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91517



More information about the libcxx-commits mailing list