[PATCH] D24706: [ELF] - Partial support of --gdb-index command line option (Part 1).
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 23:29:34 PDT 2016
>What should be decompressing them?
We have support of compressed sections in lld. It decompress them in InputSectionBase<ELFT>::uncompress(),
I think we should be able to reuse it, since we anyways do decompress before writing them out.
>I'd prefer not to have any more debug readers than necessary. If you need additional API entry points in the debug information it seems like a good idea to add them >as well.
>
>Thanks!
Ok then. Seems everyone want this way :) I`ll try to reimplement the patch to use llvm API.
>-eric
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161007/fcfb4652/attachment.html>
More information about the llvm-commits
mailing list