[PATCH] D20211: [ELF] - Support of compressed debug sections creation(draft).

H.J. Lu via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 07:54:14 PDT 2016


On Fri, May 13, 2016 at 7:36 AM, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> I think the most important question is whether we want to support emitting
> compressed debug sections or not. Looks like reading compressed debug
> sections is at least more common.
>

I understand that llvm can generate compressed debug sections
today.  Can't llvm/lld share the same code for outputting compressed
debug sections?

-- 
H.J.


More information about the llvm-commits mailing list