In this patch, the dependency scanner starts collecting precompiled dependencies from all encountered submodules, not only from top-level modules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/ClangScanDeps/modules-pch-common-via-submodule.c | ||
---|---|---|
86 | Previously, we'd miss this module included from mod_tu_sub.h, resulting in a compilation error for ModTU. |
Comment Actions
LGTM.
clang/test/ClangScanDeps/modules-pch-common-via-submodule.c | ||
---|---|---|
86 | Can you add a comment to the top of the testcase explaining what's interesting about it? (Something similar to what you have here.) |
Previously, we'd miss this module included from mod_tu_sub.h, resulting in a compilation error for ModTU.