[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
----------------
jhuber6 wrote:
This should work, if the user has `ptxas` we want to make sure the emitted debug symbols are still valid.
https://github.com/llvm/llvm-project/pull/101891
More information about the llvm-commits
mailing list