[llvm-branch-commits] [llvm][AsmPrinter] Emit call graph section (PR #87576)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 1 21:32:04 PST 2025
================
@@ -0,0 +1,73 @@
+; 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
+
+target triple = "x86_64-unknown-linux-gnu"
----------------
MaskRay wrote:
Should be placed in X86 so that REQUIRES: is not needed
https://github.com/llvm/llvm-project/pull/87576
More information about the llvm-branch-commits
mailing list