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

Teresa Johnson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 19 06:55:19 PDT 2025


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

Why this change? Were we pulling it in from ModuleSummaryIndex.h via some other chain of includes?

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


More information about the llvm-branch-commits mailing list