search for: emitabbrev

Displaying 3 results from an estimated 3 matches for "emitabbrev".

2019 Jan 18
2
Potential DWARF debug info bug: DW_TAG_label DIE has a DW_AT_prototyped attribute
...MachO lit tests is expecting the DW_TAG_label DIE to contain a DW_AT_prototyped attribute whose value is false (llvm/test/MC/MachO/gen-dwarf.s). Does the DW_AT_prototyped attribute sever any purpose or provide any value in the context of a DW_TAG_label DIE? If not, I propose to remove the call to EmitAbbrev() on behalf of the DW_AT_prototyped attribute for a DW_TAG_label in EmitGenDwarfAbbrev(). Thoughts? Todd Snider Compiler Group Texas Instruments Incorporated Sugar Land, TX -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2019 Jan 18
2
Potential DWARF debug info bug: DW_TAG_label DIE has a DW_AT_prototyped attribute
...E to contain a DW_AT_prototyped attribute whose value is > false (llvm/test/MC/MachO/gen-dwarf.s). > > > > Does the DW_AT_prototyped attribute sever any purpose or provide any > value in the context of a DW_TAG_label DIE? > > > > If not, I propose to remove the call to EmitAbbrev() on behalf of the > DW_AT_prototyped attribute for a DW_TAG_label in EmitGenDwarfAbbrev(). > > I don't think that any Mach-O DWARF consumer depends on the presence of > DW_TAG_prototyped inside of a DW_TAG_label. The only occurrence of > DW_TAG_prototyped inside of LLDB for exa...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>