[PATCH] D20272: [ELF] - Support of compressed input sections implemented.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 07:15:59 PDT 2016


ruiu added a comment.

OK, but compressed sections shouldn't be uncompressed until they need to be. At the symbol resolution phase, we don't need any section contents (and at the phase and gc phase, a lot of sections are eliminated.)


http://reviews.llvm.org/D20272





More information about the llvm-commits mailing list