[llvm] [llvm-readobj] Print all callgraph sections (PR #198929)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 00:53:01 PDT 2026


================
@@ -574,3 +574,110 @@ Symbols:
     Type:     STT_FUNC
     Section:  .text
     Value:    0x1000
+
+## Check handling of multiple call graph sections in a relocatable object file.
+# RUN: yaml2obj --docnum=5 %s -o %t5
+# RUN: llvm-readobj --elf-output-style=LLVM --call-graph-info %t5 2>&1 | \
----------------
jh7370 wrote:

This one is still missing the GNU output check.

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


More information about the llvm-commits mailing list