This diff adds a new frontend flag -fmodule-file-home-is-cwd.
The behavior of this flag is similar to
-fmodule-map-file-home-is-cwd but does not require the module
map files to be modified to have inputs relative to the cwd.
Instead the output modules will have their BaseDirectory set
to the cwd and will try and resolve paths relative to that.
The motiviation for this change is to support relocatable pcm
files that are built on different machines with different paths
without having to alter module map files, which is sometimes not
possible as they are provided by 3rd parties.
This looks unfortunately duplicatey. Any less-worse way of avoiding that?