[PATCH] D134267: [C++] [Modules] Support one phase compilation model for named modules
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 18 02:32:52 PDT 2022
iains added a comment.
once again we are getting off topic for this patch :)
We (compiler engineers) will have to cater for multiple models used by different build systems.
SG15 might give guidance/recommendations, but in the end the standard's normative text is not likely to make a 'discovery-based' scheme like build2 non-conforming.
So, course, it is possible to make a GCC bugzilla requesting that it is possible to give a module output filename as a command line option (hopefully using the same option spelling as clang). Allowing both compilers to operate with each other's [C++20] command lines is a great objective ..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134267/new/
https://reviews.llvm.org/D134267
More information about the cfe-commits
mailing list