[libcxx-commits] [PATCH] D157744: [libc++][CI] Moves modules build to C++23.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 12 05:04:07 PDT 2023
Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 549586.
Mordante added a comment.
Mordante published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
CI fixes.
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
wouls fail in the "parts disabled" builds; they have not been properly
been converted to modules yet.
Depends on D157625 <https://reviews.llvm.org/D157625>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157744
Files:
libcxx/cmake/caches/Generic-cxx23-no-modules.cmake
libcxx/cmake/caches/Generic-cxx23.cmake
libcxx/cmake/caches/Generic-module-std-cxx23.cmake
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157744.549586.patch
Type: text/x-patch
Size: 5043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230812/30c5749d/attachment.bin>
More information about the libcxx-commits
mailing list