[llvm] [llvm-profgen] More tweaks to warnings (PR #68608)

Hongtao Yu via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 16:42:46 PDT 2023


================
@@ -40,6 +40,7 @@
 #include <string>
 #include <unordered_map>
 #include <unordered_set>
+#include <utility>
----------------
htyu wrote:

Good catch, it's not needed. Probably auto added as I previously used std::pair.

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


More information about the llvm-commits mailing list