With the ability to create compiled module interfaces 'on demand' when the
relevant keywords are encountered, we need some mechanism to determine the
output file name to be used for such modules.
In the most simplistic case, we can choose to name the module CMI based on
the name of the source file. However, in many cases that is likely to be an over-
simplification.
The intent is that this on-demand facility would be used with P1184 or some
similar scheme - but that can be abstracted behind some query of the the
module loader or module mapper.
As a proof-of-principle we re (maybe ab-)use the fmodule=name=path command line
options to look up the file path given the module name.