[llvm] [llvm-readobj] Dump callgraph section info for ELF (PR #157499)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 02:27:34 PST 2025


================
@@ -97,6 +97,7 @@ static bool Addrsig;
 static bool All;
 static bool ArchSpecificInfo;
 static bool BBAddrMap;
+static bool CallGraphInfo;
----------------
jh7370 wrote:

Move this next to `CGProfile` and consider abbreviating to `CGInfo` if the two are related.

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


More information about the llvm-commits mailing list