[PATCH] D156730: [LTO] Remove module id from summary index

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 12:05:22 PDT 2023


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/lib/IR/ModuleSummaryIndex.cpp:563
+    ModulePaths.push_back(ModPath);
+  llvm::sort(ModulePaths.begin(), ModulePaths.end());
+  DenseMap<StringRef, uint64_t> ModuleIdMap;
----------------
`llvm::sort(ModulePaths)`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156730/new/

https://reviews.llvm.org/D156730



More information about the llvm-commits mailing list