[PATCH] D54320: [DEBUGINFO, NVPTX]Emit last debugging directives.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 08:36:59 PST 2018


ABataev created this revision.
ABataev added a reviewer: echristo.
Herald added a subscriber: jholewinski.

We may end up with not emitted debug directives at the end of the module
emission. Patch fixes this problem emitting those last directives the
end of the module emission.


Repository:
  rL LLVM

https://reviews.llvm.org/D54320

Files:
  lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
  lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
  lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  test/DebugInfo/NVPTX/debug-file-loc-only.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54320.173344.patch
Type: text/x-patch
Size: 4377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181109/276a9862/attachment.bin>


More information about the llvm-commits mailing list