[libcxx-commits] [PATCH] D150802: [libc++][format] Removes the experimental status.

Hans Wennborg via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 3 06:39:17 PDT 2023


hans added a comment.

In D150802#4466226 <https://reviews.llvm.org/D150802#4466226>, @Mordante wrote:

> In D150802#4455204 <https://reviews.llvm.org/D150802#4455204>, @hans wrote:
>
>> In D150802#4453136 <https://reviews.llvm.org/D150802#4453136>, @Mordante wrote:
>>
>>> Does that mean the flag in `__config` is not set correctly? It was recently updated in D134912 <https://reviews.llvm.org/D134912>.
>>
>> It's tricky. As discussed on that change, Clang does support 128-bit operations also on Windows so the flag is correct in that sense, but it requires linking with the builtins library which we don't do (yet).
>
> I see. Is there an estimate how long it takes to get the linking with the builtins library will take. I wonder whether we should ship libc++17 with 128 bit support on Windows when it may lead to link time error.

I think there's a good chance of it happening this year, but probably not before the 17 branch which I'm guessing should happen pretty soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150802



More information about the libcxx-commits mailing list