[libcxx-commits] [PATCH] D91139: [7/N] [libcxx] Don't use __int128 for msvc targets
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 13 04:32:49 PST 2020
mstorsjo added a comment.
In D91139#2386965 <https://reviews.llvm.org/D91139#2386965>, @mstorsjo wrote:
> I guess the alternative is to lift implementations of `__divti3` and `__udivti3` from compiler-rt and place in libcxx/src/filesystem - there's already a copy of `__muloti4` there, due to libgcc missing it, and we could provide those other two as well, for msvc builds.
Made such an alternative fix in D91413 <https://reviews.llvm.org/D91413>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91139/new/
https://reviews.llvm.org/D91139
More information about the libcxx-commits
mailing list