[llvm] [nfc][thinlto] Factor common state for `computeImportForModule` (PR #65427)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 11:27:29 PDT 2023


================
@@ -370,6 +370,29 @@ class GlobalsImporter final {
   }
 };
 
+/// Determine the list of imports and exports for each module.
+class ModuleImportsScheduler final {
----------------
mtrofin wrote:

`Manager` then.

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


More information about the llvm-commits mailing list