[libcxx-commits] [PATCH] D136711: [libc++] Improves modular build.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 25 12:58:53 PDT 2022
Mordante created this revision.
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++.
Makes sure headers having a xxx_resul as return type export the proper
header. Without exporting these modularized headers are not self
contained.
This is related to D136045 <https://reviews.llvm.org/D136045>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136711
Files:
libcxx/include/__format/formatter_output.h
libcxx/include/__ranges/lazy_split_view.h
libcxx/include/module.modulemap.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136711.470600.patch
Type: text/x-patch
Size: 12361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221025/e3446695/attachment.bin>
More information about the libcxx-commits
mailing list