[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 12 23:01:33 PDT 2025
================
@@ -0,0 +1,50 @@
+;; Tests that we store the type identifiers in .callgraph section of the binary.
+
+; RUN: llc --call-graph-section -filetype=obj -o - < %s | \
+; RUN: llvm-readelf -x .callgraph - | FileCheck %s
----------------
arsenm wrote:
Should there be dedicated assembler and disassembler tests in test/MC?
https://github.com/llvm/llvm-project/pull/87576
More information about the llvm-branch-commits
mailing list