[libcxx-commits] [PATCH] D150802: [libc++][format] Removes the experimental status.
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 28 01:22:06 PDT 2023
hans added a comment.
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).
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