[llvm-branch-commits] [llvm] [AMDGPU] Add `.amdgpu.info` section for per-function metadata (PR #192384)

Janek van Oirschot via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Apr 16 06:02:05 PDT 2026


================
@@ -0,0 +1,55 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -amdgpu-enable-object-linking -filetype=obj < %s | llvm-readobj -r --sections - | FileCheck %s
----------------
JanekvO wrote:

So are we explicitly *only* supporting obj linking for HSA? If not, we should probably add  PAL tests as well?

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


More information about the llvm-branch-commits mailing list