[PATCH] D59148: [NVPTX][DEBUGINFO]Temp fix for crash of ptxas: disable packed bytes in debug sections.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 12:00:32 PST 2019
ABataev created this revision.
ABataev added a reviewer: tra.
Herald added subscribers: jdoerfert, jholewinski.
Herald added a project: LLVM.
This patch fixes the bug in the ptxas tool with the processing of bytes
separated by the comma symbol. The emission of the packed string is
temporarily disabled.
Repository:
rL LLVM
https://reviews.llvm.org/D59148
Files:
lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
test/DebugInfo/NVPTX/cu-range-hole.ll
test/DebugInfo/NVPTX/dbg-declare-alloca.ll
test/DebugInfo/NVPTX/debug-addr-class.ll
test/DebugInfo/NVPTX/debug-file-loc.ll
test/DebugInfo/NVPTX/debug-info.ll
test/DebugInfo/NVPTX/debug-loc-offset.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59148.189901.patch
Type: text/x-patch
Size: 281730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190308/f0d8720c/attachment-0001.bin>
More information about the llvm-commits
mailing list