search for: ditypeindex

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

2016 May 11
2
RFC: Up front type information generation in clang and llvm
Hi Eric, I'm coming back on this topic after discussing this offline quickly with Reid, and at length with Adrian, Duncan, and Fred. I may have to take back some of my words from my previous email, especially as it is not clear how and why what Reid is proposing to do is hurting a future path for Dwarf. Especially, if my understanding is correct, the key point that differentiate what Reid is
2016 May 11
2
[cfe-dev] RFC: Up front type information generation in clang and llvm
...no existing CodeView debug info >functionality to regress for any of ORC, LTO, or ThinLTO. Apparently >we don't see this the same way. > >And I've already written the patch to do type merging: >http://reviews.llvm.org/D20122 Regular LTO can call this code, and >rewrite the DITypeIndex numbers with the map produced. While this may >not be directly applicable to ORC and ThinLTO, I don't expect that >supporting them will be much more work. > > > >On Tue, May 10, 2016 at 11:32 PM, Mehdi Amini via cfe-dev ><cfe-dev at lists.llvm.org> wrote: >> On...