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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 18 05:35:49 PDT 2024


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

We need a check for the debug line.

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


More information about the llvm-commits mailing list