[llvm] r243661 - AMDGPU: Set SubRegIndex size and offset

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 11:03:09 PDT 2015


On 08/13/2015 10:56 AM, Justin Bogner wrote:
> (resent with correct list address)
>
> Matt Arsenault <Matthew.Arsenault at amd.com> writes:
>> Author: arsenm
>> Date: Thu Jul 30 12:03:11 2015
>> New Revision: 243661
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=243661&view=rev
>> Log:
>> AMDGPU: Set SubRegIndex size and offset
>>
>> I'm not sure what reasons the comment here could have
>> had for not setting these. Without these set, there is
>> an assertion hit during DWARF emission.
> This looks like it could use a test.

Anything that emits a binary and uses debug info will hit this. There 
are a couple of more issues preventing useful binary debug info from 
being emitted, so this will be tested when those are fixed as well


More information about the llvm-commits mailing list