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

Aaron Siddhartha Mondal via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 7 11:53:41 PDT 2023


aaronmondal added a comment.
Herald added a project: libunwind.
Herald added a reviewer: libunwind.

Regarding compilation of the BMIs themselves the only issue left seems to be that `<type_traits>` doesn't export some symbols and `<functional>` needs to be included in its cppm at the moment. Other than that everything builds and `std` is importable.

Some `std::` symbols still breaks in a few unsurprising places, e.g. format/ranges.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144994/new/

https://reviews.llvm.org/D144994



More information about the libcxx-commits mailing list