[libcxx-commits] [PATCH] D157363: [libc++][Modules] Remove unnecessary `requires` from the module map
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 7 23:25:31 PDT 2023
iana created this revision.
iana added reviewers: ldionne, Mordante.
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++.
Top level modules don't need `requires` because they're only built when their headers are included.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157363
Files:
libcxx/include/module.modulemap.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157363.548074.patch
Type: text/x-patch
Size: 5795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230808/060c5db1/attachment.bin>
More information about the libcxx-commits
mailing list