[llvm-dev] [RFC] - Deduplication of debug information in linkers (LLD).
George Rimar via llvm-dev
llvm-dev at lists.llvm.org
Wed Dec 6 04:15:39 PST 2017
>But then does it make sence to emit multiple .debug_info sections with -gsplit-dwarf, so that objects will contain skeleton .debug_info and
>.debug_info sections with type units as described in DWARF5. So that linker will be able to do deduplication of
>types on a sections level as expected ?
Looks that just would not work as skeleton CU has no children according to spec..
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171206/4d766a17/attachment-0001.html>
More information about the llvm-dev
mailing list