[clang] [Modules] Don't fail when an unused textual header is missing. (PR #138227)
Volodymyr Sapsai via cfe-commits
cfe-commits at lists.llvm.org
Wed May 21 13:27:17 PDT 2025
vsapsai wrote:
Interesting, changing `private header "wrap_foo.h"` to `header "wrap_foo.h"` in `b.wrap_foo` stops reproducing the error. I'm not sure it guarantees
> whenever resolving module for the header, pick one that has the header as modular over textual.
But seems we are closer to this behavior than I expected.
https://github.com/llvm/llvm-project/pull/138227
More information about the cfe-commits
mailing list