[PATCH] D37299: [Modules] Add ability to specify module name to module file mapping in a file

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 3 15:19:31 PDT 2017


rsmith added a comment.

I'm still unconvinced that this mechanism is worth supporting.

The use case of putting this information into .d files doesn't make sense to me. .d files are generally outputs of prior compilations, whereas this information is a compilation input, needed in every compilation (including the first), and must be eagerly updated if a change to the source code adds a new dependency.


https://reviews.llvm.org/D37299





More information about the cfe-commits mailing list