[libcxx-commits] [PATCH] D156177: [libc++][Modules] Recreate the top level `std` clang module

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 24 15:36:47 PDT 2023


iana created this revision.
iana added reviewers: ldionne, Mordante, philnik, JDevlieghere, Michael137, aprantl.
Herald added a subscriber: ributzka.
Herald added a project: All.
iana requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

lldb needs the `std` clang module to make all of libc++ available in the debugger. Make a new header to include the rest of the public headers and use to build a `std` module that just re-exports the rest of libc++.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156177

Files:
  libcxx/include/__std
  libcxx/include/module.modulemap.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156177.543723.patch
Type: text/x-patch
Size: 4373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230724/22307e78/attachment-0001.bin>


More information about the libcxx-commits mailing list