[PATCH] D134267: [C++] [Modules] Support one phase compilation model for named modules
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 01:27:39 PDT 2022
tschuett added a comment.
Clang header modules started with implicit builds and module caches. Apple is moving too explicit builds. There are all kinds of problems with implicit module builds. I believe that C++20 modules shouldn't make the same mistake.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134267/new/
https://reviews.llvm.org/D134267
More information about the cfe-commits
mailing list