[llvm] 4066a32 - [TypeProf] Include unordered_map after #81442

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 30 09:53:29 PDT 2024


Author: Fangrui Song
Date: 2024-06-30T09:53:25-07:00
New Revision: 4066a3206012cded6de2e286732dca721d37bcd3

URL: https://github.com/llvm/llvm-project/commit/4066a3206012cded6de2e286732dca721d37bcd3
DIFF: https://github.com/llvm/llvm-project/commit/4066a3206012cded6de2e286732dca721d37bcd3.diff

LOG: [TypeProf] Include unordered_map after #81442

Needed by VTableAddressPointOffsetValMap.

Added: 
    

Modified: 
    llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp b/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
index 68f4544b82e1b..d6c2d1f68751e 100644
--- a/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
+++ b/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
@@ -45,6 +45,7 @@
 #include <memory>
 #include <set>
 #include <string>
+#include <unordered_map>
 #include <utility>
 #include <vector>
 


        


More information about the llvm-commits mailing list