[llvm] [AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (PR #145125)

Adam Yang via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 12:04:02 PDT 2025


================
@@ -0,0 +1,103 @@
+; RUN: llc %s -o %t.o -mcpu=gfx1030 -filetype=obj -O0
+; RUN: llvm-debuginfo-analyzer %t.o --print=all --attribute=all | FileCheck %s
+
+; This test compiles this module with AMDGPU backend under -O0,
+; and makes sure llvm-debuginfo-analzyer works for it.
----------------
adam-yang wrote:

Fixed.

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


More information about the llvm-commits mailing list