[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
Tue Nov 10 13:36:20 PST 2020
mstorsjo added a comment.
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.
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