[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 17 11:29:23 PDT 2025


ilovepi wrote:

Is there documentation anywhere on the format being output via `--call-graph-section`? I get you're checking the MD5, but I'm also interested in if we're checking the output sufficiently. https://discourse.llvm.org/t/rfc-computing-storing-and-restoring-conservative-call-graphs-with-llvm/58446/3 linked to the original RFCs, and from what I can tell there is more in the proposed section than just the hashes.

The failing test seems like its failing to match on a register. probably using a match statement/substitution would help https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-string-substitution-blocks

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


More information about the llvm-branch-commits mailing list