[libcxx-commits] [PATCH] D144994: [Draft][libc++][modules] Adds std module.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 3 09:18:35 PST 2023
Mordante updated this revision to Diff 502156.
Mordante marked 2 inline comments as done.
Mordante added a comment.
Small improvements
Addresses review comments.
Adds a simple script to convert existing tests to modular and
non-modular tests. Regardless whether or not we well go with the current
approach for test, this makes it possible to run our lit tests with the
std module.
I tested with the range formatter and coroutines and it resulted in
multiple issues. They have not been investigated yet.
I will create a separate draft patch that does the conversion. This
makes it possible to test these changes after the CI has been updated to
support CMake 3.26 and Ninja 1.11.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144994/new/
https://reviews.llvm.org/D144994
Files:
libcxx/CMakeLists.txt
libcxx/docs/Modules.rst
libcxx/docs/index.rst
libcxx/stdmodules/.clang-format
libcxx/stdmodules/CMakeLists.txt
libcxx/stdmodules/CMakeLists.txt.in
libcxx/stdmodules/std-coroutine.cppm
libcxx/stdmodules/std-exception.cppm
libcxx/stdmodules/std-format.cppm
libcxx/stdmodules/std-type_traits.cppm
libcxx/stdmodules/std-utility.cppm
libcxx/stdmodules/std-vector.cppm
libcxx/stdmodules/std.cppm
libcxx/test/configs/cmake-bridge.cfg.in
libcxx/test/std_modules/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/operator_bool.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/equal_comp.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/less_comp.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/done.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/assign.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/construct.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/end.to.end/await_result.pass.cpp
libcxx/test/std_modules/language.support/support.coroutines/end.to.end/generator.pass.cpp
libcxx/test/std_modules/language.support/support.exception/propagation/current_exception.pass.cpp
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/libcxx/test/dsl.py
libcxx/utils/libcxx/test/params.py
libcxx/utils/use_modules_in_test.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144994.502156.patch
Type: text/x-patch
Size: 107003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230303/989283b6/attachment-0001.bin>
More information about the libcxx-commits
mailing list