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

Ben Boeckel via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 29 11:18:04 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: ="
----------------
mathstuf wrote:

I suppose that's good enough; we also don't get reasons why `-stdlib=libstdc++` fails due to non-install either.

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


More information about the cfe-commits mailing list