[clang] [clang][deps] Store common, partially-formed invocation (PR #65677)

Ben Langmuir via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 14:53:30 PDT 2023


================
@@ -279,13 +281,16 @@ class ModuleDepCollector final : public DependencyCollector {
   /// Add module files (pcm) to the invocation, if needed.
   void addModuleFiles(CompilerInvocation &CI,
                       ArrayRef<ModuleID> ClangModuleDeps) const;
+  void addModuleFiles(CowCompilerInvocation &CI,
----------------
benlangmuir wrote:

Where are we using the non-Cow version of this function?

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


More information about the cfe-commits mailing list