[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:31:36 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
----------------
ilovepi wrote:
I don't see any tests under `tests/MC` though. I agree w/ @arsenm that we need to have dedicated tests for the assembler/disassembler, and not just for codegen. Those commonly find bugs in the implementation that are otherwise easy to miss.
https://github.com/llvm/llvm-project/pull/87576
More information about the llvm-branch-commits
mailing list