[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


================
@@ -2164,6 +2164,12 @@ bool Driver::HandleImmediateArgs(const Compilation &C) {
     return false;
   }
 
+  if (C.getArgs().hasArg(options::OPT_print_library_module_manifest_path)) {
+    llvm::outs() << "module: ="
----------------
ChuanqiXu9 wrote:

Do we need the prefix? I am wondering if the plain path are good enough.

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


More information about the cfe-commits mailing list