[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


================
@@ -20,6 +20,7 @@ def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --
 def arch_specific : FF<"arch-specific", "Display architecture-specific information">;
 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">;
 def pretty_pgo_analysis_map : FF<"pretty-pgo-analysis-map", "Display PGO analysis values with formatting rather than raw numbers">;
+def call_graph_info : FF<"call-graph-info", "Display call graph information">;
----------------
jh7370 wrote:

The option for the call graph profile abbreviates it to `cg-profile`. Should this also be `cg-info`? I don't know much about the functionality, so I might be mistaken.

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


More information about the llvm-commits mailing list