[llvm] [NVPTX] Fixing debug symbols for ptx target emitting (PR #101891)

Matt Davis via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 18 05:34:32 PDT 2024


================
@@ -0,0 +1,42 @@
+; RUN: llc -mtriple=nvptx64-nvidia-cuda -mcpu=sm_86 < %s | FileCheck %s
+
+; CHECK: .global .align 1 .b8 __func___$__Z10foo_kernelv
----------------
enferex wrote:

Thanks for the test @vyom1611!  If I understand this patch correctly, it's about updating symbol names present in the debug info.  Shouldn't this test be checking that the names in the debug info have been changed?  

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


More information about the llvm-commits mailing list