carlosgalvezp wrote: I have only read the commit message but I agree this does not sound good.
You mention the issues about adding dependencies between modules and creating new modules. The former is done fairly seldom, and the later is done essentially never. So I see them as non-issues. What **is** however done thousands of times on a daily basis is incremental builds, which will likely be impacted by this change. Do you have data about how build and link times are impacted? I think this is major change that needs to be discussed in an RFC before writing any code. https://github.com/llvm/llvm-project/pull/173518 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
