[llvm] [llvm][AsmPrinter] Call graph section format. (PR #159866)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 14:13:18 PDT 2025


================
@@ -4,14 +4,20 @@
 ;; call sites annotated with !callee_type metadata.
 ;; Test if the .callgraph section contains unique direct callees.
 
-; RUN: llc -mtriple=x86_64-unknown-linux --call-graph-section -o - < %s | FileCheck %s
+; REQUIRES: x86-registered-target
----------------
ilovepi wrote:

This isn't required in the `CodeGen/X86` directory. These tests only run if the X86 backend is enabled.

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


More information about the llvm-commits mailing list