[libcxx-commits] [PATCH] D144994: [Draft][libc++][modules] Adds std module.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 28 11:37:31 PST 2023


Mordante created this revision.
Mordante added reviewers: ldionne, ChuanqiXu, aaronmondal.
Herald added subscribers: mstorsjo, arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements parts of

- P2465R3 Standard Library Modules std and std.compat

This patch is based on work by @ChuanqiXu.

This patch not intended to be landed is this form, it's intended to get
a feeling of modules in libc++ and improve upon it. This patch will be
used to discuss the further approach regarding modules in libc++.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144994

Files:
  libcxx/CMakeLists.txt
  libcxx/stdmodules/CMakeLists.txt
  libcxx/stdmodules/std-coroutine.cppm
  libcxx/stdmodules/std-exception.cppm
  libcxx/stdmodules/std-type_traits.cppm
  libcxx/stdmodules/std-utility.cppm
  libcxx/stdmodules/std-vector.cppm
  libcxx/stdmodules/std.cppm
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144994.501241.patch
Type: text/x-patch
Size: 72248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230228/706e21be/attachment-0001.bin>


More information about the libcxx-commits mailing list