[all-commits] [llvm/llvm-project] c1d49c: [libc++][CI] Moves modules build to C++23.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Aug 22 11:20:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1d49ce67a3ff3c0678ae3e39d846312c9a5633a
https://github.com/llvm/llvm-project/commit/c1d49ce67a3ff3c0678ae3e39d846312c9a5633a
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
R libcxx/cmake/caches/Generic-module-std-cxx23.cmake
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++][CI] Moves modules build to C++23.
The std module can be tested in the generic C++23 build. This removes the
special module build.
Note it is possible to enable modules automatically in CMake, but that
would fail in the "parts disabled" builds; they have not been properly
been converted to modules yet.
Depends on D157625
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D157744
More information about the All-commits
mailing list