================
@@ -532,7 +539,8 @@ ModuleDepCollectorPP::handleTopLevelModule(const Module *M) 
{
   // Finish the compiler invocation. Requires dependencies and the context 
hash.
   MDC.addOutputPaths(CI, MD);
 
-  MD.BuildArguments = CI.getCC1CommandLine();
+  MD.BuildInvocationOrArguments =
+      std::make_unique<CowCompilerInvocation>(std::move(CI));
----------------
jansvoboda11 wrote:

Good catch, I'll align it with whatever pointer/value type we decide to go with.

https://github.com/llvm/llvm-project/pull/65691
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to