[libcxx-commits] [PATCH] D91413: [libcxx] Provide __int128_t builtins needed for filesystem on MSVC

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 13 08:38:17 PST 2020


mstorsjo added a comment.

In D91413#2394157 <https://reviews.llvm.org/D91413#2394157>, @thakis wrote:

> Since __int128_t creates compiler_rt calls, it'd seem reasonable if we made __uint128_t error out when targeting windows in the compiler

So you'd suggest going with D91139 <https://reviews.llvm.org/D91139> then instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91413



More information about the libcxx-commits mailing list