[llvm] [LTO] Turn ImportMapTy into a proper class (NFC) (PR #105748)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 21:06:33 PDT 2024


================
@@ -102,7 +102,39 @@ class FunctionImporter {
   /// elsewhere, typically by the in-memory ModuleSummaryIndex the importing
   /// decisions are made from (the module path for each summary is owned by the
   /// index's module path string table).
----------------
minglotus-6 wrote:

nit: update this comment for the wrapper class.

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


More information about the llvm-commits mailing list