[llvm] [NVPTX] Fix DWARF address space for globals (PR #122715)
Alexander Peskov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 05:15:53 PST 2025
================
@@ -76,6 +76,7 @@ static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) {
return dwarf::DW_TAG_compile_unit;
}
+// Translate NVVM IR address space code to DWARF correspondent value
----------------
apeskov wrote:
Changed.
https://github.com/llvm/llvm-project/pull/122715
More information about the llvm-commits
mailing list