[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
Thu Apr 24 16:26:18 PDT 2025
================
@@ -68,6 +68,9 @@ class MCObjectFileInfo {
/// Language Specific Data Area information is emitted to.
MCSection *LSDASection = nullptr;
+ /// Section containing metadata on call graph.
----------------
ilovepi wrote:
```suggestion
/// Section containing call graph metadata.
```
https://github.com/llvm/llvm-project/pull/87576
More information about the llvm-branch-commits
mailing list