[libcxx-commits] [PATCH] D144322: [libc++][Modules] Make top level modules for all C++ headers with OS/clang versions
Duncan P. N. Exon Smith via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 24 22:16:18 PST 2023
dexonsmith added a comment.
In D144322#4151759 <https://reviews.llvm.org/D144322#4151759>, @iana wrote:
> In D144322#4151757 <https://reviews.llvm.org/D144322#4151757>, @vsapsai wrote:
>
>> Sorry, forgot to ask the first time. This change is for Clang modules and not for C++20 modules, right? Asking because believe C++20 modules have standard-enforced module names.
>
> Yes, as far as I know the module map is only used for Clang modules.
IIRC, C++20 modules don't have submodules. And they certainly don't have module maps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144322/new/
https://reviews.llvm.org/D144322
More information about the libcxx-commits
mailing list