[libcxx-commits] [PATCH] D150802: [libc++][format] Removes the experimental status.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 1 04:15:42 PDT 2023
Mordante added a comment.
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.
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