[libcxx-commits] [PATCH] D134912: [libc++] Disable int128_t and ship filesystem on Windows by default

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 25 08:36:45 PDT 2022


mstorsjo added a comment.

In D134912#3882738 <https://reviews.llvm.org/D134912#3882738>, @ldionne wrote:

> So my understanding is that there's a way forward to enable `int128_t` on Windows by linking the appropriate support from the LLVM side. Is anyone opposing to this patch?

No objection from me (but remember to do `s/Windows/MSVC/`, or `s/Windows/clang-cl/` on the commit message before committing), but please wait for acks from others who actually use it in this configurations before proceeding (I don't use it in this configuration, only use it for some reference testing).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134912



More information about the libcxx-commits mailing list