[PATCH] D88196: [DEBUGINFO, NVPTX] Removed Label Arithmetic from DWARF Pub Sections for NVPTX

Julia Tatz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 3 13:48:43 PDT 2020


jdtatz updated this revision to Diff 296004.
jdtatz added a comment.

Used @ABataev suggestion of adding a "guard this with the check for DwarfSectionsAsReferences",
so that these changes are only used for targets that don't support labels in Dwarf sections.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88196/new/

https://reviews.llvm.org/D88196

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/test/DebugInfo/NVPTX/debug-pub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88196.296004.patch
Type: text/x-patch
Size: 12359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201003/fc17e4b8/attachment.bin>


More information about the llvm-commits mailing list