[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 15:19:01 PDT 2025


mpark wrote:

Actually, isn't this a problem even with `-fmodules-embed-all-files` for distributed caching purposes? I think the inputs files containing absolute paths would cause unnecessary cache misses.

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


More information about the cfe-commits mailing list