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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 07:46:36 PDT 2023


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

Why "Scheduler"? To me that term means that ordering is important, and it isn't for importing. Maybe "Helper" or "Manager"?

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


More information about the llvm-commits mailing list