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

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 27 18:16:20 PST 2023


================
@@ -602,6 +602,16 @@ class Driver {
   // FIXME: This should be in CompilationInfo.
   std::string GetProgramPath(StringRef Name, const ToolChain &TC) const;
 
+  /// GetModuleManifestPath - Lookup the name of the Standard library manifest.
----------------
ChuanqiXu9 wrote:

```suggestion
  /// GetStdModuleManifestPath - Lookup the path to the module of the Standard library manifest.
```

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


More information about the cfe-commits mailing list