[PATCH] D48730: [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 10:26:20 PDT 2018


ABataev created this revision.
ABataev added a reviewer: echristo.
Herald added subscribers: JDevlieghere, jholewinski.

.debug_loc section is not supported for NVPTX target. If there is an
object whose location can change during its lifetime, we do not generate
debug location info for this variable.


Repository:
  rL LLVM

https://reviews.llvm.org/D48730

Files:
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.h
  test/DebugInfo/NVPTX/debug-loc-offset.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48730.153349.patch
Type: text/x-patch
Size: 9662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180628/31c8b45b/attachment-0001.bin>


More information about the llvm-commits mailing list