[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
================
@@ -217,6 +218,7 @@ static void parseOptions(const opt::InputArgList &Args) {
opts::All = Args.hasArg(OPT_all);
opts::ArchSpecificInfo = Args.hasArg(OPT_arch_specific);
opts::BBAddrMap = Args.hasArg(OPT_bb_addr_map);
+ opts::CallGraphInfo = Args.hasArg(OPT_call_graph_info);
----------------
jh7370 wrote:
Let's move this after the `PrettyPGOAnalysisMap` bit, to avoid breaking up the coupling between that and `BBAddrMap`.
https://github.com/llvm/llvm-project/pull/157499
More information about the llvm-commits
mailing list