[libcxx-commits] [PATCH] D91413: [libcxx] Provide __int128_t builtins needed for filesystem on MSVC
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 13 08:46:40 PST 2020
thakis added a comment.
I'd try to do some fix on the clang side. For example, don't define __SIZEOF_INT128T__ when targeting windows triples (and don't have int128_t support in general), or make it a compile-time option, for people who want to link against compiler-rt vs those who don't, or make it not depend on compiler-rt but add the bit above as intrinsic when targeting windows.
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