[llvm] [llvm-readobj] Dump callgraph section info for ELF (PR #157499)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 01:44:11 PST 2025
================
@@ -47,7 +48,10 @@
#include "llvm/Support/ARMBuildAttributes.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
+#include "llvm/Support/DataExtractor.h"
+#include "llvm/Support/Debug.h"
#include "llvm/Support/Endian.h"
+#include "llvm/Support/Error.h"
----------------
jh7370 wrote:
I'm surprised some/most/all of these new headers need to be added? Is your IDE adding additional headers unnecessarily?
https://github.com/llvm/llvm-project/pull/157499
More information about the llvm-commits
mailing list