[llvm-branch-commits] [llvm] [NFC][MemProf] Move types shared between Analysis, ProfileData and ModuleSummary (Core) to a separate header (PR #140505)

Snehasish Kumar via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 19 13:56:46 PDT 2025


================
@@ -46,6 +46,7 @@
 #include "llvm/Transforms/Utils/ModuleUtils.h"
 #include <map>
 #include <set>
+#include <unordered_set>
----------------
snehasish wrote:

Yes, we need it for the `LocHashToCallSites` type but we were including it via ModuleSummaryIndex.h.

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


More information about the llvm-branch-commits mailing list