[libcxx-commits] [PATCH] D145596: [runtimes] Fixes building with CMake 3.26.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 10 09:41:33 PST 2023
Mordante abandoned this revision.
Mordante added a comment.
In D145596#4182043 <https://reviews.llvm.org/D145596#4182043>, @phosek wrote:
> I have D142957 <https://reviews.llvm.org/D142957> that's trying to address the same underlying issue and with that change I can build runtimes with CMake 3.26. It needs to be broken up and landed piecemeal which I started (so far I have D143052 <https://reviews.llvm.org/D143052> and D144440 <https://reviews.llvm.org/D144440>) but haven't finished yet due to a lack of time. I can try to prioritize it.
It would be good if it can be prioritized. I like to use CMake 3.26 to work on C++ modules in libc++. For now I keep merge this patch with D144994 <https://reviews.llvm.org/D144994>. (Note CMake 3.26 has not been released yet and I want at least wait until it's released.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145596/new/
https://reviews.llvm.org/D145596
More information about the libcxx-commits
mailing list