[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
Fri Sep 30 06:07:22 PDT 2022


mstorsjo added a comment.

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

> I know @rnk had discussed shipping `int128_t` support a while back, I'd like to hear from him whether there are plans to do this in the short term (the next few weeks). Otherwise, we'll ship this and take a break if we want to use `int128_t` support in filesystem in the future

IIRC there's a couple other places in libc++ where `int128_t` is used too, if available, so there might be changes in a few other spots than only `std::filesystem`.


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