[clang] [clang][DependencyScanning] Track modules that resolve from sysroot. (PR #130634)

Michael Spencer via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 14 15:08:44 PDT 2025


================
@@ -843,7 +864,7 @@ void ModuleDepCollectorPP::addModuleDep(
         !MDC.isPrebuiltModule(Import)) {
----------------
Bigcheese wrote:

I think that's fine as long as the current patch says that pre built modules means it's not in sysroot, as I think that's a small addition and keeps it conservatively correct.

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


More information about the cfe-commits mailing list