[clang] [clang][modules] Print library module manifest path. (PR #76451)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 18 11:14:51 PST 2024


================
@@ -6135,6 +6141,42 @@ std::string Driver::GetProgramPath(StringRef Name, const ToolChain &TC) const {
   return std::string(Name);
 }
 
+std::string Driver::GetStdModuleManifestPath(const Compilation &C,
+                                             const ToolChain &TC) const {
+
----------------
MaskRay wrote:

delete blank line

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


More information about the cfe-commits mailing list