[PATCH] D134267: [C++] [Modules] Support one phase compilation model for named modules
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 10:34:01 PDT 2022
dblaikie added a comment.
I'm OK with sticking with the existing `-fmodule-file` if that works for everyone. Yeah, it's short and ambiguous in a space with many concepts of what a "module file" is, but also the fact that it's a `-f` flag might help disambiguate it a bit - it's probably not the way anyone would think/expect to be passing source files, those just get passed without flags on the command line. And any use of it will show the .pcm extension or whatever that should make it clear enough what's going on.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134267/new/
https://reviews.llvm.org/D134267
More information about the cfe-commits
mailing list