[PATCH] D20272: [ELF] - Support of compressed input sections implemented.
H.J Lu via llvm-commits
llvm-commits at lists.llvm.org
Sun May 15 08:15:54 PDT 2016
hjl.tools added a subscriber: hjl.tools.
hjl.tools added a comment.
> Until the content is copied to the output, I think we don't have to uncompress inputs. Do you think you can do it lazily?
It should be done on demand transparently. You only need to decompress input
when getting the input contents.
http://reviews.llvm.org/D20272
More information about the llvm-commits
mailing list