[clang] [clang][modules-driver] Add dependency scan and dependency graph (PR #152770)

Naveen Seth Hanig via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 24 09:48:31 PDT 2025


================
@@ -587,6 +587,24 @@ def remark_found_cxx20_module_usage : Remark<
 def remark_performing_driver_managed_module_build : Remark<
   "performing driver managed module build">,
   InGroup<ModulesDriver>;
+def remark_modules_manifest_not_found : Remark<
+  "standard modules manifest file not found; import of standard library "
----------------
naveen-seth wrote:

Hi sorry, I completely missed this!
Addressed in 223e81cf.
Initially, -nostdlib didn't prevent discovery of the standard modules manifest, but this was fixed in #161110 (which is why I rebased).

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


More information about the cfe-commits mailing list