[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 03:21:03 PDT 2025


mpark wrote:

Ah, interesting. It looks like indeed, this doesn't apply to C++ named modules.
```
      // We don't want to hard code the information about imported modules
      // in the C++20 named modules.
```
https://github.com/llvm/llvm-project/blob/main/clang/lib/Serialization/ASTWriter.cpp#L1593-L1608

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


More information about the cfe-commits mailing list