[llvm] Implements PGOBBAddrMap in Object and ObjectYAML with tests [1/5] (PR #71750)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 01:02:46 PST 2023


================
@@ -10,6 +10,8 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/BinaryFormat/ELF.h"
 #include "llvm/Support/DataExtractor.h"
+#include <type_traits>
+#include <vector>
----------------
jh7370 wrote:

I'm surprised new headers are needed? I'd have thought one of the other headers already includes one, if not both of these. Similar comment applies elsewhere in this PR.

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


More information about the llvm-commits mailing list