This is an archive of the discontinued LLVM Phabricator instance.

04/06: Track .debug_types vs. .debug_info difference
AbandonedPublic

Authored by jankratochvil on May 3 2019, 6:40 AM.

Details

Summary

Steal one bit from DIERef's die_offset. That will make DWO's maximum CU size 4GB->2GB which should be OK. It will unfortunately also limit non-DWO DWARF size 4GB->2GB. That should be fixed by D61482 (then this patch will to steal the bit from cu_index/cu_offset).

The whole patchset available for testing as: git clone -b debugtypes git://git.jankratochvil.net/lldb

Diff Detail

Repository
rLLDB LLDB

Event Timeline

jankratochvil created this revision.May 3 2019, 6:40 AM
jankratochvil abandoned this revision.May 14 2019, 12:30 PM

Obsoleted by: D61908