naveen-seth wrote: > I'm not sure where things stand with the clang driver that supports > explicitly built c++20 modules, but should this driver option work in this > case? If so, can you add a test for it? If not, what's needed to support it?
It has landed and is just missing some documentation :sweat_smile:. I've been away from the modules side for a bit due to other obligations, but I’m hoping to finish up work on https://github.com/llvm/llvm-project/pull/203387 soon, and hopefully it’ll get some usage then :) The driver option should work really well for the modules-driver! https://github.com/llvm/llvm-project/pull/211966 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
