[libcxx-commits] [PATCH] D144322: [libc++][Modules] Make top level modules for all C++ headers with OS/clang versions

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 12 17:17:14 PDT 2023


iana updated this revision to Diff 539802.
iana added a comment.

There are concerns of maintainability with generating the module map. Fall back on making a top level module for every single header.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144322

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/__stop_token/intrusive_shared_ptr.h
  libcxx/include/__threading_support
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/lint/lint_modulemap.sh.py
  libcxx/test/libcxx/private_headers.gen.py
  libcxx/test/libcxx/strings/char.traits/char.traits.specializations/arbitrary_char_type.deprecated.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144322.539802.patch
Type: text/x-patch
Size: 221564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230713/db162659/attachment-0001.bin>


More information about the libcxx-commits mailing list