[llvm] [NVPTX] Fix DWARF address space for globals (PR #122715)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 05:37:24 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
----------------
alexey-bataev wrote:
Use `///` style
https://github.com/llvm/llvm-project/pull/122715
More information about the llvm-commits
mailing list