[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
Mon Oct 17 23:55:57 PDT 2022


iains added a comment.

I am also OK with doing this in two steps (first in the driver with this patch and then by updating the FE to allow the two outputs from one invocation - my draft patch series).

BTW: I did mean to ask before .,, did you consider this (existing) command syntax?

`-fmodule-file=[<name>=]<file>`

and see if it works for your case? (it seems that it should to be consistent).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134267/new/

https://reviews.llvm.org/D134267



More information about the cfe-commits mailing list