[clang] Support '-fmodule-file-home-is-cwd' for C++ modules. (PR #135147)

Michael Park via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 10 18:02:16 PDT 2025


mpark wrote:

Going back to the idea of not writing the paths of imported PCMs at all; currently the condition to not write the paths is if the imported PCM is a named module. Perhaps this condition can be extended to omit the paths if the PCM was found through `-fmodule-file=<name>=<pcm>`? 

https://github.com/llvm/llvm-project/pull/135147


More information about the cfe-commits mailing list