[llvm] r188297 - Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_FORM_data4 as it is a section offset (fixes the coff/dwarf debug info statement locations)

Eric Christopher echristo at gmail.com
Tue Sep 3 14:30:52 PDT 2013


On Tue, Sep 3, 2013 at 2:27 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 3 September 2013 21:07, Eric Christopher <echristo at gmail.com> wrote:
>>
>> It's not instruction based, in this case the choice of form is
>> definitely something that we need to conditionalize, just no one has
>> done the work for it yet.
>
>
> Sorry, I didn't mean "instruction", but tag/attribute/op.
>

No worries, mostly it's something we'll have to conditionalize some
way, there may or may not be a good factoring for it though :)

-eric



More information about the llvm-commits mailing list