[libcxx-commits] [PATCH] D155141: [libc++][Modules] Group the private detail headers into larger modules
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 15 21:28:21 PDT 2023
iana updated this revision to Diff 540753.
iana added a comment.
Don't allocate a Header for every line from `cxx -H`, which is what was happening from the dict.setdefault call. Break that up into a get/test/set sequence.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155141/new/
https://reviews.llvm.org/D155141
Files:
libcxx/docs/Contributing.rst
libcxx/include/CMakeLists.txt
libcxx/include/generate_module_map.py
libcxx/include/internal_module_attributes.json.in
libcxx/include/module.modulemap.in
libcxx/test/libcxx/lint/lint_headers.sh.py
libcxx/utils/libcxx/test/header_information.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155141.540753.patch
Type: text/x-patch
Size: 179429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230716/43b21b6f/attachment-0001.bin>
More information about the libcxx-commits
mailing list