[PATCH] D46169: Split merge sections early

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 08:44:57 PDT 2018


espindola added a comment.

In https://reviews.llvm.org/D46169#1080780, @grimar wrote:

> I think it is probably OK. What about adding an assert checking that we do decompress only for non-alloc sections?


I don't think an assert is appropriate as we would still do the right thing. If we do get to a point where we are decompressing too much we can revisit this.


https://reviews.llvm.org/D46169





More information about the llvm-commits mailing list