[PATCH] D71839: [Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimizing part. #2.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 03:18:33 PST 2020
avl added a comment.
>> My personal preference goes to lib/DWARFLinker.
> Let's go with that then - thanks for weighing in!
Ok. I would make it lib/DWARFLinker. Thanks.
>> That sounds like an interesting idea indeed!
> (realizing I'm not sure who might implement this - it's not a problem for the Apple/MachO debug info distribution model, which is always DWARF aware and I think already avoids/skips using relocations - >and it's not going to be a super high priority for Google, I think, since we use Split DWARF a lot (though switching to DWARFv5 accelerator tables which separate strings from the tables (unlike >(gnu_)pubnames/pubtypes) it might be valuable to be able to skip those relocations))
I could try to implement it when DWARF aware linker would be done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71839/new/
https://reviews.llvm.org/D71839
More information about the llvm-commits
mailing list