================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
