[llvm] [StaticDataLayout][PGO]Implement reader and writer change for data access profiles (PR #139997)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 16:32:38 PDT 2025


================
@@ -28,6 +29,7 @@
 #include "llvm/Support/raw_ostream.h"
 #include <cstdint>
 #include <ctime>
+#include <functional>
----------------
snehasish wrote:

Why do we need functional?

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


More information about the llvm-commits mailing list