[libcxx-commits] [PATCH] D144734: [libcxx] Enable support for static and debug Windows runtimes
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 18 01:13:08 PDT 2023
mstorsjo added a comment.
In D144734#4424412 <https://reviews.llvm.org/D144734#4424412>, @andrewng wrote:
>> Also FWIW, I might be able to help out with this (splitting/testing/adjusting of these patches) in a few weeks (sometime in July maybe).
>
> This is much appreciated and I may well have to take you up on the offer as I don't know how much time I'll have to spend on it.
I dug through this patch now, split things out and reimplement some bits. I omitted the shared libc++experimental and int128 builtins bits for now. (The int128 builtins aren't needed in a default configuration any longer, and there's work done on getting that fixed properly in clang/lld recently.) See D155553 <https://reviews.llvm.org/D155553>, D155554 <https://reviews.llvm.org/D155554>, D155555 <https://reviews.llvm.org/D155555>, D155560 <https://reviews.llvm.org/D155560>, D155561 <https://reviews.llvm.org/D155561> and D155562 <https://reviews.llvm.org/D155562> for the individual patches that were split out from here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144734/new/
https://reviews.llvm.org/D144734
More information about the libcxx-commits
mailing list