search for: 2b28f618

Displaying 2 results from an estimated 2 matches for "2b28f618".

Did you mean: 2282618
2020 Nov 17
0
[LLD] Support DWARF64, debug_info "sorting"
...s. > > > > -- > > Best Regards, > > Igor Kudrin > > C++ Developer, Access Softek, Inc. > > > > -- > 宋方睿 > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201117/2b28f618/attachment.html>
2020 Nov 17
5
[LLD] Support DWARF64, debug_info "sorting"
On Mon, Nov 16, 2020 at 10:42 PM Igor Kudrin <ikudrin at accesssoftek.com> wrote: > > On 14.11.2020 3:42, Fāng-ruì Sòng wrote: > > For .debug_* in object files: > > > > DWARF32 -> SHT_PROGBITS (unchanged) > > DWARF64 -> SHT_DWARF64 or SHT_GNU_DWARF64 > > > > In LLD, we will need to allow mixed SHT_PROGBITS and SHT_DWARF64. If > > all